Merge pull request #45 from nemchik/gitignore

Add .gitignore
This commit is contained in:
aptalca
2019-05-29 20:12:46 -04:00
committed by GitHub
+10
View File
@@ -0,0 +1,10 @@
# Ignore everything
*
# Do NOT ignore allowed files
!*.conf.sample
!.gitattributes
!.github
!.gitignore
!LICENSE
!README.md