oh-my-bash/.gitignore

15 lines
185 B
Plaintext
Raw Normal View History

2017-03-19 08:40:25 +00:00
# custom files
2017-03-20 12:51:00 +00:00
#/custom/
#!/custom/plugins/example/
#!/custom/example.sh
2017-03-19 08:40:25 +00:00
# temp files directories
2017-03-20 12:51:00 +00:00
#/cache/
#/log/
#!/cache/.gitkeep
#!/log/.gitkeep
2017-03-19 08:40:25 +00:00
# disabled files
*.disabled
2017-03-20 12:51:00 +00:00
.idea/