Skip to content

Commit 3c81fa3

Browse files
authored
Add git ignore for .dart_tool (#1624)
* Add git ignore for .dart_tool * Sort .gitignore so it is more clear it covers everything
1 parent 4645500 commit 3c81fa3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.gitignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
build/
2-
doc/
3-
testing/test_package/doc
4-
testing/test_package_small/doc
5-
packages
61
.buildlog
7-
.pub
8-
9-
.idea
2+
.DS_Store
103
.atom/
11-
4+
.dart_tool/
5+
.idea/
126
.packages
7+
.pub
138
.settings/
14-
.DS_Store
15-
*.iml
16-
9+
build/
10+
doc/
11+
packages
1712
pub.dartlang.org/
13+
testing/test_package/doc
14+
testing/test_package_small/doc
1815

1916
*.dart.js
17+
*.iml
18+
*.ipr
19+
*.iws
2020
*.js.deps
2121
*.js.map

0 commit comments

Comments
 (0)