ensuring the tmp folder is created in the source tree

Puneet Goyal 10 years ago
parent
commit
1201c18c1c
2 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 0 0
      tmp/.gitkeep

+ 1 - 0
.gitignore

@@ -7,6 +7,7 @@ capybara-*.html
7 7
 /vendor/bundle
8 8
 /log/*
9 9
 /tmp/*
10
+!/tmp/.gitkeep
10 11
 /db/*.sqlite3
11 12
 /public/system/*
12 13
 /coverage/

+ 0 - 0
tmp/.gitkeep