Skip to content

Commit 6b54e58

Browse files
committed
🐛 Fix .gitignore to take account of .github/
Problem: - The `.gitignore` file accidentally ignores the `.github` directory. Solution: - Fix it.
1 parent 90b470f commit 6b54e58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# ignore all directories that start with .
1+
# ignore all directories that start with . (except .github/)
22
**/.*/
3+
!.github/
34

45
# ignore conventionally-named build directories
56
**/build*/

0 commit comments

Comments
 (0)