1
0
mirror of https://github.com/ohmybash/oh-my-bash.git synced 2024-05-11 05:55:37 +00:00

Fix .gitignore

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

13
.gitignore vendored

@ -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