diff options
author | Eli Clemente Gordillo Foster <elifosterwy@gmail.com> | 2016-04-14 21:18:28 -0700 |
---|---|---|
committer | Eli Clemente Gordillo Foster <elifosterwy@gmail.com> | 2016-04-14 21:18:28 -0700 |
commit | bf059be0bbfcd9c215337ec88a8359d9a0c24596 (patch) | |
tree | e28692bec1320f7a9042d40925d08d21032b6187 /Ruby.gitignore | |
parent | cc542de017c606138a87ee4880e5f06b3a306def (diff) | |
download | gitignore-bf059be0bbfcd9c215337ec88a8359d9a0c24596.tar.gz gitignore-bf059be0bbfcd9c215337ec88a8359d9a0c24596.zip |
Ignore .env
This file is used moderately commonly to store environment variables locally. See Python.gitignore.
Diffstat (limited to 'Ruby.gitignore')
-rw-r--r-- | Ruby.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ruby.gitignore b/Ruby.gitignore index aa642836..93e9bdcf 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -9,6 +9,7 @@ /test/tmp/ /test/version_tmp/ /tmp/ +.env ## Specific to RubyMotion: .dat* |