diff options
author | Manoj Paramsetti <39455174+Manoj-Paramsetti@users.noreply.github.com> | 2021-04-25 08:36:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 08:36:17 +0530 |
commit | db66a1d5e45f233bc70256cb7902d1c87b3ed5db (patch) | |
tree | 0b0b83dcf0f3817d222fe41a3797e24b30e1af85 | |
parent | 218a941be92679ce67d0484547e3e142b2f5f6f0 (diff) | |
download | gitignore-db66a1d5e45f233bc70256cb7902d1c87b3ed5db.tar.gz gitignore-db66a1d5e45f233bc70256cb7902d1c87b3ed5db.zip |
ignore dotenv in dart
-rw-r--r-- | Dart.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Dart.gitignore b/Dart.gitignore index 6d21af37..0200c617 100644 --- a/Dart.gitignore +++ b/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. |