Add aggressive .gitignore, default to whitelisting what we want versioned

This commit is contained in:
Rémi Verschelde
2017-09-05 16:13:30 +00:00
commit 2df79a840d

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# exclude everything by default (this is a CMS!), and whitelist the safe stuff
/*
!.gitattributes
!.gitignore
!/plugins
/plugins/october/demo
!/themes
/themes/demo