Skip to content

Commit d5abb43

Browse files
committed
Merge pull request #1943 from elifoster/master
Ruby: Ignore .env
2 parents 2adb156 + 0021a03 commit d5abb43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ruby.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
/test/version_tmp/
1111
/tmp/
1212

13+
# Used by dotenv library to load environment variables.
14+
# .env
15+
1316
## Specific to RubyMotion:
1417
.dat*
1518
.repl_history

0 commit comments

Comments
 (0)