You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
277 B
20 lines
277 B
4 months ago
|
# Ignore everything except as negated below
|
||
|
*
|
||
|
|
||
|
!*.scss
|
||
|
!*.md
|
||
|
!*.yml
|
||
|
!*.json
|
||
|
|
||
|
# Ensures subdirectories are checked for files matching the above
|
||
|
!*/
|
||
|
|
||
|
config/locales/
|
||
|
app/views/content/data_sharing_agreement.md
|
||
|
|
||
|
/node_modules
|
||
|
/vendor
|
||
|
/coverage
|
||
|
/public/assets
|
||
|
/app/assets/builds/*
|