Files
oh-my-bash/.gitignore
2017-03-19 17:16:30 +07:00

15 lines
190 B
Plaintext

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