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 e195197 commit 7fb80d7Copy full SHA for 7fb80d7
.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