浏览代码

ignore dotenv in dart

pull/3709/head
Manoj Paramsetti 3 年前
父节点
当前提交
db66a1d5e4
没有帐户链接到提交者的电子邮件
共有 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.
doc/api/

# dotenv environment variables file
.env
.env.test

# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.

正在加载...
取消
保存