Remove 'cache' directories from .gitignore; Drupal 8 commits some directories with this name.
This commit is contained in:
parent
8f115a078f
commit
ad5a0f900d
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -3,16 +3,19 @@ sites/*/files
|
||||||
sites/*/private
|
sites/*/private
|
||||||
files/*
|
files/*
|
||||||
private/*
|
private/*
|
||||||
cache
|
|
||||||
|
|
||||||
# Pantheon commits a settings.php for environment-specific settings.
|
# Pantheon commits a settings.php for environment-specific settings.
|
||||||
# Place local settings in settings.local.php
|
# Place local settings in settings.local.php
|
||||||
sites/*/settings.local.php
|
sites/*/settings.local.php
|
||||||
|
sites/*/services*.yml
|
||||||
|
|
||||||
# ** Only works in OSs that support newer versions of fnmatch (Bash 4+)
|
# ** Only works in OSs that support newer versions of fnmatch (Bash 4+)
|
||||||
/sites/default/**/files
|
/sites/default/**/files
|
||||||
/sites/default/**/private
|
/sites/default/**/private
|
||||||
|
|
||||||
|
# Ignore SimpleTest multi-site environment.
|
||||||
|
sites/simpletest
|
||||||
|
|
||||||
# Packages #
|
# Packages #
|
||||||
############
|
############
|
||||||
*.7z
|
*.7z
|
||||||
|
|
Reference in a new issue