Add /doc to .gitignore
This commit is contained in:
parent
bd5e63801e
commit
ca454dd461
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -29,6 +29,9 @@
|
|||
/config/locales*.yml
|
||||
/config/translations/*.yml
|
||||
|
||||
# Ignore generated documentation
|
||||
/doc
|
||||
|
||||
# Ignore coverage stuff
|
||||
/coverage
|
||||
|
||||
|
|
Loading…
Reference in a new issue