Sfoglia il codice sorgente

Dart.gitignore updated to reflect instructions provided by authors

Caique Rodrigues 11 anni fa
parent
commit
da7ce3135d
1 ha cambiato i file con 15 aggiunte e 3 eliminazioni
  1. 15 3
      Dart.gitignore

+ 15 - 3
Dart.gitignore

@@ -1,4 +1,16 @@
-.DS_Store
-packages
+// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
+packages/
 .project
-pubspec.lock
+.buildlog
+*.js_
+*.js.deps
+*.js.map
+
+// Include when developing application packages
+pubspec.lock 
+
+// Avoid committing generated JavaScript files
+*.dart.js
+
+// Check for any other incovenient files generated by OS 
+// and other tools such as Eclipse, IntelliJ, etc.