ensuring the tmp folder is created in the source tree

This commit is contained in:
Puneet Goyal 2014-04-15 07:54:12 +05:30
parent 9b463231f7
commit 1201c18c1c
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ capybara-*.html
/vendor/bundle
/log/*
/tmp/*
!/tmp/.gitkeep
/db/*.sqlite3
/public/system/*
/coverage/

0
tmp/.gitkeep Normal file
View file