commit 2df79a840ddba62bbb9e7196a8f713062e557f52 Author: Rémi Verschelde Date: Tue Sep 5 16:13:30 2017 +0000 Add aggressive .gitignore, default to whitelisting what we want versioned diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..03de82e248 --- /dev/null +++ b/.gitignore @@ -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