Update .gitignore to include the .github folder

This commit is contained in:
yueh
2016-10-24 11:55:35 +02:00
parent a1ae91af76
commit 31ce7882b8
+4 -2
View File
@@ -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/