X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/041d7ce7940d63e8bf5edc7ef3d7bf9b1774d82e..a050a0d51152ae3f8eaf77017cfd07e6c6a64c6b:/.gitignore?ds=sidebyside

diff --git a/.gitignore b/.gitignore
index cbcc532..f2a258c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,11 @@ 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
\ No newline at end of file