added comments to .gitignore; no longer ignore /content/errorpages/ (.gitignore)
This commit is contained in:
parent
24f0f9dc20
commit
f7c7cda070
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,8 +1,13 @@
|
||||||
|
# ignored directories
|
||||||
/content/*
|
/content/*
|
||||||
/static/upload/*
|
/static/upload/*
|
||||||
/public/*
|
/public/*
|
||||||
/resources/*
|
/resources/*
|
||||||
|
|
||||||
|
# ignored files
|
||||||
deploy
|
deploy
|
||||||
git-deploy
|
git-deploy
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
|
# not ignored directories
|
||||||
|
!/content/errorpages/*
|
||||||
|
|
Loading…
Reference in a new issue