mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
32 lines
531 B
Plaintext
32 lines
531 B
Plaintext
# Ignore a lot of things, but we should enable where it can be helpful.
|
|
|
|
*.md
|
|
*.yml
|
|
*.yaml
|
|
*.json
|
|
*.html
|
|
|
|
# JS
|
|
# Enabled: app/webpacker/controllers/*.js and app/webpacker/packs/*.js
|
|
babel.config.js
|
|
postcss.config.js
|
|
|
|
# SCSS
|
|
# Enabled: most of admin
|
|
/app/webpacker/css/admin/globals/
|
|
/app/webpacker/css/admin/shared/
|
|
/app/webpacker/css/admin_v3/globals/variables.scss
|
|
/app/webpacker/css/darkswarm/
|
|
/app/webpacker/css/mail/
|
|
/app/webpacker/css/shared/
|
|
|
|
# More
|
|
/app/assets/
|
|
/config/
|
|
/coverage/
|
|
/engines/
|
|
/public/
|
|
/spec/
|
|
/tmp/
|
|
/vendor/
|