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 b2c694d commit da7ce31Copy full SHA for da7ce31
Dart.gitignore
@@ -1,4 +1,16 @@
1
-.DS_Store
2
-packages
+// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
+packages/
3
.project
4
-pubspec.lock
+.buildlog
5
+*.js_
6
+*.js.deps
7
+*.js.map
8
+
9
+// Include when developing application packages
10
+pubspec.lock
11
12
+// Avoid committing generated JavaScript files
13
+*.dart.js
14
15
+// Check for any other incovenient files generated by OS
16
+// and other tools such as Eclipse, IntelliJ, etc.
0 commit comments