oh-my-bash/.gitignore

20 lines
294 B
Plaintext
Raw Normal View History

2017-03-19 15:40:25 +07:00
# custom files
!/custom/aliases/example.aliases.sh
2020-05-04 12:17:53 +02:00
!/custom/completions/example.completion.sh
2017-03-20 20:24:27 +07:00
!/custom/plugins/example/
!/custom/themes/example/
2017-03-20 20:24:27 +07:00
!/custom/example.sh
/custom/
2017-03-19 15:40:25 +07:00
# temp files directories
2017-03-20 20:24:27 +07:00
/cache/
/log/
!/cache/.gitkeep
!/log/.gitkeep
2017-03-19 15:40:25 +07:00
# disabled files
*.swp
2017-03-19 15:40:25 +07:00
*.disabled
2017-03-20 19:51:00 +07:00
.idea/
*.tmp