aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-12-30 18:54:07 -0800
committerTeddy Wing2015-12-30 18:54:07 -0800
commit9c989ad6e20bbca368b90a5ebd5bfeff25de65cd (patch)
treedcd7829d048f1d54ed6cc14e0dd194729812f72b
parent38785ce06a484cae08efbdf9d7c7c980c87eb9db (diff)
downloadEvernote-Rails-Example-9c989ad6e20bbca368b90a5ebd5bfeff25de65cd.tar.bz2
.gitignore: Ignore .env
File that specifies environment variables.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 833ca6e..401d16c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,6 @@
# Ignore vendored gems
/vendor/bundle/
+
+# Ignore environment variables
+/.env