Skip to content

Commit f975718

Browse files
donny-dontnex3
authored andcommitted
Updating .gitignore to latest from GitHub (#53)
1 parent 2d3ed9c commit f975718

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.gitignore

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
1-
# Don’t commit the following directories created by pub.
1+
# See https://www.dartlang.org/tools/private-files.html
2+
3+
# Files and directories created by pub
24
.buildlog
5+
.packages
6+
.project
37
.pub/
48
build/
5-
packages
6-
.packages
9+
**/packages/
710

8-
# Or the files created by dart2js.
11+
# Files created by dart2js
12+
# (Most Dart developers will use pub build to compile Dart, use/modify these
13+
# rules if you intend to use dart2js directly
14+
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
15+
# differentiate from explicit Javascript files)
916
*.dart.js
10-
*.js_
17+
*.part.js
1118
*.js.deps
1219
*.js.map
20+
*.info.json
21+
22+
# Directory created by dartdoc
23+
doc/api/
1324

14-
# Include when developing application packages.
15-
pubspec.lock
25+
# Don't commit pubspec lock file
26+
# (Library packages only! Remove pattern if developing an application package)
27+
pubspec.lock

0 commit comments

Comments
 (0)