Browse Source

Merge pull request #1943 from elifoster/master

Ruby: Ignore .env
Brendan Forster 9 năm trước cách đây
mục cha
commit
d5abb43ef0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Ruby.gitignore

+ 3 - 0
Ruby.gitignore

@@ -10,6 +10,9 @@
 /test/version_tmp/
 /tmp/
 
+# Used by dotenv library to load environment variables.
+# .env
+
 ## Specific to RubyMotion:
 .dat*
 .repl_history