Add .gitignore

This should prevent adding incorrectly named files
This commit is contained in:
Eric Nemchik
2019-05-27 11:03:52 -05:00
parent 5202a019d5
commit 92897bfd6d
+9
View File
@@ -0,0 +1,9 @@
# Ignore everything
*
# Do NOT ignore allowed files
!*.conf.sample
!.gitattributes
!.github
!.gitignore
!_readme