2017-03-19 15:40:25 +07:00
|
|
|
# custom files
|
2017-10-10 18:07:01 +07:00
|
|
|
!/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/
|
2017-10-10 18:07:01 +07:00
|
|
|
!/custom/themes/example/
|
2017-03-20 20:24:27 +07:00
|
|
|
!/custom/example.sh
|
2017-10-10 18:07:01 +07:00
|
|
|
/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
|
2017-11-08 15:25:22 +11:00
|
|
|
*.swp
|
2017-03-19 15:40:25 +07:00
|
|
|
*.disabled
|
2017-03-20 19:51:00 +07:00
|
|
|
.idea/
|