agaric-coop/.gitignore
David Valdez e38187bc7d Allow to commit custom modules.
The gitignore file was ignoring the module folder, now it just ignore
the module/contrib folder.
2018-08-24 15:46:37 -04:00

30 lines
656 B
Text

web/robots.txt
web/*.php
web/web.config
web/.*
web/core
web/modules/contrib
web/profiles
web/sites
web/themes/contrib
web/themes/custom/*/*.php
web/themes/custom/*/*.js
# Temporarily allow deployment of .theme (PHP) files
# See web/themes/custom/agarica/agarica.theme
# web/themes/custom/*/*.theme
web/themes/custom/*/src
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
## Ignore lock file during development / not used on platform anyway
composer.lock