File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed
Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 55* .swp
66.DS_Store
77.atom /
8- .build /
98.buildlog /
109.history
1110.svn /
12- .swiftpm /
1311migrate_working_dir /
1412
1513# IntelliJ related
@@ -21,4 +19,11 @@ migrate_working_dir/
2119# The .vscode folder contains launch configuration and tasks you configure in
2220# VS Code which you may wish to be included in version control, so this line
2321# is commented out by default.
24- # .vscode/
22+ # .vscode/
23+
24+ # Flutter/Dart/Pub related
25+ # Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
26+ /pubspec.lock
27+ ** /doc /api /
28+ .dart_tool /
29+ build /
Original file line number Diff line number Diff line change @@ -32,5 +32,9 @@ migrate_working_dir/
3232.pub-cache /
3333.pub /
3434/build /
35- ** /Flutter /ephemeral /
36- ** /Pods /
35+
36+ # Symbolication related
37+ app. * .symbols
38+
39+ # Obfuscation related
40+ app. * .map.json
Original file line number Diff line number Diff line change 1+ # Flutter-related
2+ ** /Flutter /ephemeral /
3+ ** /Pods /
4+
5+ # Xcode-related
6+ ** /dgph
7+ ** /xcuserdata /
You can’t perform that action at this time.
0 commit comments