azkaban-developers
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