Update .gitignore

This commit is contained in:
Toan Nguyen 2017-03-20 20:24:27 +07:00
parent 85ae3414c6
commit f0510e0e16

14
.gitignore vendored

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