We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcffeeb + db66a1d commit 023e340Copy full SHA for 023e340
1 file changed
Dart.gitignore
@@ -11,6 +11,10 @@ pubspec.lock
11
# If you don't generate documentation locally you can remove this line.
12
doc/api/
13
14
+# dotenv environment variables file
15
+.env
16
+.env.test
17
+
18
# Avoid committing generated Javascript files:
19
*.dart.js
20
*.info.json # Produced by the --dump-info flag.
0 commit comments