From 2df79a840ddba62bbb9e7196a8f713062e557f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 5 Sep 2017 16:13:30 +0000 Subject: [PATCH] Add aggressive .gitignore, default to whitelisting what we want versioned --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore 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