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
commit 08d1eefe1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Ignore everything
*
# Do NOT ignore allowed files
!*.conf.sample
!.gitattributes
!.github
!.gitignore
!LICENSE
!README.md