We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d906842 commit 36e07e8Copy full SHA for 36e07e8
Dart.gitignore
@@ -1,11 +1,11 @@
1
-// Don’t commit the following files and directories created by pub and dart2js
+# Don’t commit the following files and directories created by pub and dart2js
2
packages/
3
*.js_
4
*.js.deps
5
*.js.map
6
7
-// Include when developing application packages
+# Include when developing application packages
8
pubspec.lock
9
10
-// Avoid committing generated JavaScript files
+# Avoid committing generated JavaScript files
11
*.dart.js
0 commit comments