5 changed files with 28 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||||||
|
# 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 |
||||||
|
|
||||||
|
# N.B. Anything specified in the .gitignore will also be ignored as long as prettier as run from this directory |
||||||
Loading…
Reference in new issue