ignore dotenv in dart

This commit is contained in:
Manoj Paramsetti 2021-04-25 08:36:17 +05:30 committed by GitHub
parent 218a941be9
commit db66a1d5e4
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.