We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3b150 commit c96ef9cCopy full SHA for c96ef9c
.gitignore
@@ -1,9 +1,9 @@
1
# Exclude all hidden files
2
.*
3
4
-# Except those related to Git and Travis CI
+# Except those related to Git and GitHub
5
!.git*
6
-!.travis.yml
+!.github*
7
8
# Exclude files from composer install
9
vendor/
0 commit comments