Update .gitignore to include the .github folder
This commit is contained in:
+4
-2
@@ -13,7 +13,6 @@
|
||||
# include markdowns
|
||||
!README.md
|
||||
!LICENSE
|
||||
!CONTRIBUTING.md
|
||||
|
||||
# include sourcecode
|
||||
!src/
|
||||
@@ -23,4 +22,7 @@
|
||||
!.gitignore
|
||||
|
||||
# code format to reduce noise in git commits
|
||||
!codeformat/
|
||||
!codeformat/
|
||||
|
||||
# Github specific files and directories
|
||||
!.github/
|
||||
Reference in New Issue
Block a user