Fix .gitignore

This commit is contained in:
Toan Nguyen 2017-03-19 17:16:30 +07:00
parent 4f4ea68923
commit 508384016f
4 changed files with 13 additions and 3 deletions

6
.gitignore vendored
View File

@ -1,12 +1,12 @@
# custom files
/custom
/custom/*
!/custom/gitkeep
!/custom/plugins/example
!/custom/example.sh
# temp files directories
/cache
/log
/cache/*
/log/*
!/cache/.gitkeep
!/log/.gitkeep

0
cache/.gitkeep vendored Normal file
View File

10
custom/example.sh Normal file
View File

@ -0,0 +1,10 @@
# You can put files here to add functionality separated per file, which
# will be ignored by git.
# Files on the custom/ directory will be automatically loaded by the init
# script, in alphabetical order.
# For example: add yourself some shortcuts to projects you often work on.
#
# brainstormr=~/workspace/projects/m2/brainstormr
# cd $brainstormr
#

0
log/.gitkeep Normal file
View File