Skip to content

Commit

Permalink
Dev Fixed issue #14256: .gitignore does not properly ignore /tmp dire…
Browse files Browse the repository at this point in the history
…ctory (#1171)
  • Loading branch information
mfavetti authored and c-schmitz committed Dec 13, 2018
1 parent 76a8f49 commit d5b1625
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@

# tmp directory : whole except the index.html for directory create
/tmp/*
!/tmp/*/*index.html
/tmp/assets/**/
/tmp/runtime/gii-1.1.18/*.*
/tmp/runtime/cache/*.bin
/tmp/runtime/plugin.log
/tmp/runtime/twig_cache/*
/tmp/runtime/CSS/*.ser
/tmp/runtime/HTML/*.ser
/tmp/runtime/URI/*.ser

/tmp/assets/*
/tmp/runtime/*
/tmp/upload/*
!/tmp/index.html
!/tmp/assets/
!/tmp/assets/index.html
!/tmp/runtime/
!/tmp/runtime/index.html
!/tmp/upload/
!/tmp/upload/index.html

# ignore plugins directory by default except LS plugin
# if you want to add a new distributed plugin : add the directory here
Expand Down

0 comments on commit d5b1625

Please sign in to comment.