Switch to data folder to ignore sql dumps, as we do on all other projects
This commit is contained in:
parent
32ac0c6fee
commit
57be7ec6ba
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -20,7 +20,7 @@ web/themes/custom/*/src
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
## Ignore folder for SQL dumps
|
## Ignore folder for SQL dumps
|
||||||
/sql
|
/data
|
||||||
|
|
||||||
## Ignore other template-built files:
|
## Ignore other template-built files:
|
||||||
drush/sites/local.site.yml
|
drush/sites/local.site.yml
|
||||||
|
@ -46,4 +46,4 @@ drush/drush.yml
|
||||||
## to make it easier to understand the resulting config import error :-/
|
## to make it easier to understand the resulting config import error :-/
|
||||||
# composer.lock
|
# composer.lock
|
||||||
/.editorconfig
|
/.editorconfig
|
||||||
/.gitattributes
|
/.gitattributes
|
||||||
|
|
Loading…
Reference in a new issue