Merge pull request #217 from pungoyal/bug/delayed_job_wont_start

ensuring the tmp folder is created in the source tree

Andrew Cantino 11 ans auparavant
Parent
Commettre
ad57d15c57
2 fichiers modifiés avec 1 ajouts et 0 suppressions
  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