summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8eb16b1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Ignore everything by default
+*
+
+# Allow directories, to track under folders
+!*/
+
+# Explicitly allow compose.yaml and dotfiles
+!compose.yaml
+!.*
+
+# Ignore specific directories
+privatebin/privatebin-data/
+roundcube/www/
+
+# Ignore .env explicitly
+.env
5e2783a9af&showmsg=1&follow=1'>Expand)AuthorFilesLines 2021-05-13DetailSearchMangaController.kt and activity OKClyhtsuriva2-59/+80 2021-05-13DetailTopAnimeController.kt and the activity are working fine.Clyhtsuriva2-89/+111 2021-05-13Redefining how the controller is started.Clyhtsuriva2-5/+2 2021-05-13DetailTopMangaController.kt and the activity are working fine.Clyhtsuriva2-91/+116 2021-05-12creating empty controller files for detail pagesClyhtsuriva4-0/+12 2021-05-12creating anime and manga packages for controllersClyhtsuriva8-8/+8