oh-my-bash/.gitignore
2017-03-20 19:51:00 +07:00

15 lines
185 B
Plaintext

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