소스 검색

Merge pull request #1943 from elifoster/master

Ruby: Ignore .env
Brendan Forster 9 년 전
부모
커밋
d5abb43ef0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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