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.
.gitignore
.github/
1 parent 90b470f commit 6b54e58Copy full SHA for 6b54e58
.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