Skip to content

Commit db66a1d

Browse files
ignore dotenv in dart
1 parent 218a941 commit db66a1d

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)