azkaban-developers

Ignore the top level "temp" directory (#984) "temp" directory

4/13/2017 4:53:04 PM

Changes

.gitignore 3(+3 -0)

Details

.gitignore 3(+3 -0)

diff --git a/.gitignore b/.gitignore
index 74f9031..5b120c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@ build/
 Gemfile.lock
 vendor/
 
+# temp directory is ignored so that it can be used to store temporary files such as local testing configurations.
+temp/
+
 # Intellij files
 .idea
 *.iml