oh-my-bash/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
294 B
Plaintext
Raw Permalink Normal View History

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