Files
oh-my-bash/.gitignore
2017-03-20 20:24:27 +07:00

15 lines
178 B
Plaintext

# custom files
/custom/
!/custom/plugins/example/
!/custom/example.sh
# temp files directories
/cache/
/log/
!/cache/.gitkeep
!/log/.gitkeep
# disabled files
*.disabled
.idea/