Fix .gitignore

This commit is contained in:
Toan Nguyen
2017-03-19 17:16:30 +07:00
parent 4f4ea68923
commit 508384016f
4 changed files with 13 additions and 3 deletions

6
.gitignore vendored
View File

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