소스 검색

Merge pull request #1710 from ArgentiApparatus/patch-2

Update Dart.gitignore
Brendan Forster 9 년 전
부모
커밋
299b928b43
1개의 변경된 파일10개의 추가작업 그리고 8개의 파일을 삭제
  1. 10 8
      Dart.gitignore

+ 10 - 8
Dart.gitignore

@@ -1,18 +1,20 @@
-# Don’t commit the following directories created by pub.
+# Files and directories created by pub
 .buildlog
+.packages
+.project
 .pub/
 build/
-packages
-.packages
+**/packages/
 
-# Or the files created by dart2js.
-*.dart.js
-*.js_
+# Files created by dart2js
+*.js
+*.precompiled.js
 *.js.deps
 *.js.map
+*.info.json
 
-# Or the files created by dartdoc.
+# Directory created by dartdoc
 doc/
 
-# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.)
+# Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package)
 pubspec.lock