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 files
custom/ /custom
!custom/plugins/example !/custom/gitkeep
!custom/example.sh !/custom/plugins/example
!/custom/example.sh
# temp files directories # temp files directories
cache/ /cache
log/ /log
!/cache/.gitkeep
!/log/.gitkeep
# disabled files # disabled files
*.disabled *.disabled