Skip to content

Commit 023e340

Browse files
authored
Merge pull request #3709 from Manoj-Paramsetti/patch-2
Ignore dotenv in dart
2 parents fcffeeb + db66a1d commit 023e340

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dart.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ pubspec.lock
1111
# If you don't generate documentation locally you can remove this line.
1212
doc/api/
1313

14+
# dotenv environment variables file
15+
.env
16+
.env.test
17+
1418
# Avoid committing generated Javascript files:
1519
*.dart.js
1620
*.info.json # Produced by the --dump-info flag.

0 commit comments

Comments
 (0)