]> git.p6c8.net - jirafeau_project.git/commitdiff
Ignore file starting with dot
authorJerome Jutteau <jerome@jutteau.fr>
Sun, 15 Nov 2020 20:09:42 +0000 (21:09 +0100)
committerJerome Jutteau <jerome@jutteau.fr>
Sun, 15 Nov 2020 20:09:46 +0000 (21:09 +0100)
(commit from @Indigo744)

.gitignore

index c1bcf70882243f6bcc0332993bcfbee527724764..9241e2ffa72806ddfd8da8b95fb023b43222339d 100644 (file)
@@ -5,3 +5,8 @@ var-*
 *._*
 /vendor
 .idea/
+
+# Ignore file starting with dot, but keep others
+.*
+!.gitlab-ci.yml
+!.gitignore
\ No newline at end of file

patrick-canterino.de