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

Ignore dotenv in dart
This commit is contained in:
Brian Douglas 2021-05-07 10:49:15 -07:00 committed by GitHub
commit 023e3408ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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.