From 9befcea1131fb8b3de436d65f1da48cecfd0bd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 31 Jul 2018 10:53:18 -0400 Subject: [PATCH] Add .gitignore from drupal_vm (as of commit 9ee46476c0fe05) --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..153b30c --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +web/robots.txt +web/*.php +web/web.config +web/.* +web/core +web/modules +web/profiles +web/sites +web/themes/contrib +web/themes/custom/*/*.php +web/themes/custom/*/*.js +web/themes/custom/*/*.theme +web/themes/custom/*/src +web/ +vendor/ + +# What you CAN commit: +# config +# web/themes/custom/*/templates +# web/themes/custom/*/images +# web/themes/custom/*/sass (or css, pick one) +# web/themes/custom/*/js +# web/themes/custom/*/*.yml + +## Ignore vagrant-created files. +.vagrant \ No newline at end of file