Added missing gitignore

This commit is contained in:
Adarnof 2015-11-24 05:55:48 +00:00
parent db9439e468
commit 1d1d4f6851

7
customization/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
#Ignore everything
*
#Except these
!.gitignore
!README.md
!templates
!static