diff options
| author | Teddy Wing | 2015-12-30 18:54:07 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-30 18:54:07 -0800 |
| commit | 9c989ad6e20bbca368b90a5ebd5bfeff25de65cd (patch) | |
| tree | dcd7829d048f1d54ed6cc14e0dd194729812f72b | |
| parent | 38785ce06a484cae08efbdf9d7c7c980c87eb9db (diff) | |
| download | Evernote-Rails-Example-9c989ad6e20bbca368b90a5ebd5bfeff25de65cd.tar.bz2 | |
.gitignore: Ignore .env
File that specifies environment variables.
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,3 +18,6 @@ # Ignore vendored gems /vendor/bundle/ + +# Ignore environment variables +/.env |
