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
href='/Aniki.git/log/app/src/main/java/xyz/adjutor/aniki?h=release/3.2.4&id=1ab9e165dcb9b3c49322a6ce3734c16c80364795&follow=1'>aniki/presentation/view/manga/SearchMangaAdapter.kt (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-13Gradle updateClyhtsuriva1-4/+4
2021-04-13MVC implemented to TopMangaPageClyhtsuriva2-121/+123
2021-04-13Moving the basic variables.Clyhtsuriva1-5/+15
2021-04-13Restructuring and README update.Clyhtsuriva41-80/+140