We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90b470f + 6b54e58 commit e2cf3cfCopy full SHA for e2cf3cf
.gitignore
@@ -1,5 +1,6 @@
1
-# ignore all directories that start with .
+# ignore all directories that start with . (except .github/)
2
**/.*/
3
+!.github/
4
5
# ignore conventionally-named build directories
6
**/build*/
0 commit comments