X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/c447f2d7c18e5e89d83b420a8c706fbfa07c9b85..08ac1ab0d0b904bb65c6333264201ab07b195dbf:/.gitignore?ds=inline

diff --git a/.gitignore b/.gitignore
index cbcc532..c911a76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,12 @@ lib/tos.local.txt
 media/custom/
 var-*
 *._*
-/vendor
\ No newline at end of file
+composer.phar
+/vendor
+.idea/
+
+# Ignore file starting with dot, but keep others
+.*
+!.gitlab-ci.yml
+!.gitignore
+!.dockerignore
\ No newline at end of file