Skip to content

Commit 723a6e6

Browse files
committed
revert .gitignore
1 parent 250ff9a commit 723a6e6

File tree

1 file changed

+91
-2
lines changed

1 file changed

+91
-2
lines changed

.gitignore

Lines changed: 91 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,96 @@
1+
# Miscellaneous
2+
*.class
3+
*.lock
4+
*.log
5+
*.pyc
6+
*.swp
17
.DS_Store
2-
.dart_tool/
8+
.atom/
9+
.buildlog/
10+
.history
11+
.project
12+
.svn/
13+
bin/
14+
15+
# Ignore generated code files
16+
*.g.*
17+
18+
# IntelliJ related
19+
*.iml
20+
*.ipr
21+
*.iws
22+
.idea/
23+
24+
# Android Studio related
25+
android/.classpath
26+
android/.settings/
27+
28+
# Visual Studio Code related
29+
.vscode/
30+
31+
# Flutter repo-specific
32+
/bin/cache/
33+
/bin/mingit/
34+
/dev/benchmarks/mega_gallery/
35+
/dev/bots/.recipe_deps
36+
/dev/bots/android_tools/
37+
/dev/docs/doc/
38+
/dev/docs/lib/
39+
/dev/docs/pubspec.yaml
40+
/packages/flutter/coverage/
41+
version
342

43+
# Flutter/Dart/Pub related
44+
**/doc/api/
45+
.dart_tool/
46+
.flutter-plugins
447
.packages
48+
.pub-cache/
549
.pub/
6-
750
build/
51+
flutter_*.png
52+
linked_*.ds
53+
unlinked.ds
54+
unlinked_spec.ds
55+
56+
# Android related
57+
**/android/**/gradle-wrapper.jar
58+
**/android/.gradle
59+
**/android/captures/
60+
**/android/gradlew
61+
**/android/gradlew.bat
62+
**/android/local.properties
63+
**/android/**/GeneratedPluginRegistrant.java
64+
65+
# iOS/XCode related
66+
**/ios/**/*.mode1v3
67+
**/ios/**/*.mode2v3
68+
**/ios/**/*.moved-aside
69+
**/ios/**/*.pbxuser
70+
**/ios/**/*.perspectivev3
71+
**/ios/**/*sync/
72+
**/ios/**/.sconsign.dblite
73+
**/ios/**/.tags*
74+
**/ios/**/.vagrant/
75+
**/ios/**/DerivedData/
76+
**/ios/**/Icon?
77+
**/ios/**/Pods/
78+
**/ios/**/.symlinks/
79+
**/ios/**/profile
80+
**/ios/**/xcuserdata
81+
**/ios/.generated/
82+
**/ios/Flutter/App.framework
83+
**/ios/Flutter/Flutter.framework
84+
**/ios/Flutter/Generated.xcconfig
85+
**/ios/Flutter/app.flx
86+
**/ios/Flutter/app.zip
87+
**/ios/Flutter/flutter_assets/
88+
**/ios/ServiceDefinitions.json
89+
**/ios/Runner/GeneratedPluginRegistrant.*
90+
91+
# Exceptions to above rules.
92+
!**/ios/**/default.mode1v3
93+
!**/ios/**/default.mode2v3
94+
!**/ios/**/default.pbxuser
95+
!**/ios/**/default.perspectivev3
96+
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

0 commit comments

Comments
 (0)