ensuring the tmp folder is created in the source tree

Puneet Goyal 11 年之前
父节点
当前提交
1201c18c1c
共有 2 个文件被更改,包括 1 次插入0 次删除
  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