浏览代码

Merge pull request #3709 from Manoj-Paramsetti/patch-2

Ignore dotenv in dart
Brian Douglas 4 年之前
父节点
当前提交
023e3408ad
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Dart.gitignore

+ 4 - 0
Dart.gitignore

@@ -11,6 +11,10 @@ pubspec.lock
 # If you don't generate documentation locally you can remove this line.
 # If you don't generate documentation locally you can remove this line.
 doc/api/
 doc/api/
 
 
+# dotenv environment variables file
+.env
+.env.test
+
 # Avoid committing generated Javascript files:
 # Avoid committing generated Javascript files:
 *.dart.js
 *.dart.js
 *.info.json      # Produced by the --dump-info flag.
 *.info.json      # Produced by the --dump-info flag.