Update .gitignore to include the .github folder
This commit is contained in:
parent
a1ae91af76
commit
31ce7882b8
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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/
|
Loading…
Reference in a new issue