Fix .gitignore

This commit is contained in:
Toan Nguyen 2017-03-19 17:15:15 +07:00
parent fc9c567fec
commit 4f4ea68923

13
.gitignore vendored
View File

@ -1,11 +1,14 @@
# custom files
custom/
!custom/plugins/example
!custom/example.sh
/custom
!/custom/gitkeep
!/custom/plugins/example
!/custom/example.sh
# temp files directories
cache/
log/
/cache
/log
!/cache/.gitkeep
!/log/.gitkeep
# disabled files
*.disabled