|
1 |
| -# See https://www.dartlang.org/guides/libraries/private-files |
| 1 | +# Miscellaneous |
| 2 | +*.class |
| 3 | +*.log |
| 4 | +*.pyc |
| 5 | +*.swp |
| 6 | +.DS_Store |
| 7 | +.atom/ |
| 8 | +.buildlog/ |
| 9 | +.history |
| 10 | +.svn/ |
2 | 11 |
|
3 |
| -# Files and directories created by pub |
| 12 | +# blutter |
| 13 | +blutter_tools |
| 14 | + |
| 15 | +# IntelliJ related |
| 16 | +*.iml |
| 17 | +*.ipr |
| 18 | +*.iws |
| 19 | +.idea/ |
| 20 | + |
| 21 | +# Visual Studio Code related |
| 22 | +.vscode/ |
| 23 | + |
| 24 | +# Flutter/Dart/Pub related |
| 25 | +**/doc/api/ |
4 | 26 | .dart_tool/
|
| 27 | +.flutter-plugins |
5 | 28 | .packages
|
| 29 | +.pub-cache/ |
| 30 | +.pub/ |
| 31 | +.flutter-plugins-dependencies |
6 | 32 | build/
|
7 |
| -# If you're building an application, you may want to check-in your pubspec.lock |
8 |
| -pubspec.lock |
| 33 | +coverage/ |
| 34 | +artifacts/ |
9 | 35 |
|
10 |
| -# Directory created by dartdoc |
11 |
| -# If you don't generate documentation locally you can remove this line. |
12 |
| -doc/api/ |
13 |
| - |
14 |
| -# Avoid committing generated Javascript files: |
15 |
| -*.dart.js |
16 |
| -*.info.json # Produced by the --dump-info flag. |
17 |
| -*.js # When generated by dart2js. Don't specify *.js if your |
18 |
| - # project includes source files written in JavaScript. |
19 |
| -*.js_ |
20 |
| -*.js.deps |
21 |
| -*.js.map |
| 36 | +# Android related |
| 37 | +**/android/**/gradle-wrapper.jar |
| 38 | +**/android/.gradle |
| 39 | +**/android/captures/ |
| 40 | +**/android/gradlew |
| 41 | +**/android/gradlew.bat |
| 42 | +**/android/local.properties |
| 43 | +**/android/**/GeneratedPluginRegistrant.java |
| 44 | +**/android/**/gen/ |
| 45 | + |
| 46 | +# iOS/XCode related |
| 47 | +**/ios/**/*.mode1v3 |
| 48 | +**/ios/**/*.mode2v3 |
| 49 | +**/ios/**/*.moved-aside |
| 50 | +**/ios/**/*.pbxuser |
| 51 | +**/ios/**/*.perspectivev3 |
| 52 | +**/ios/**/*sync/ |
| 53 | +**/ios/**/.sconsign.dblite |
| 54 | +**/ios/**/.tags* |
| 55 | +**/ios/**/.vagrant/ |
| 56 | +**/ios/**/DerivedData/ |
| 57 | +**/ios/**/Icon? |
| 58 | +**/ios/**/Pods/ |
| 59 | +**/ios/**/.symlinks/ |
| 60 | +**/ios/**/profile |
| 61 | +**/ios/**/xcuserdata |
| 62 | +**/ios/.generated/ |
| 63 | +**/ios/Flutter/App.framework |
| 64 | +**/ios/Flutter/Flutter.framework |
| 65 | +**/ios/Flutter/Generated.xcconfig |
| 66 | +**/ios/Flutter/app.flx |
| 67 | +**/ios/Flutter/app.zip |
| 68 | +**/ios/Flutter/flutter_assets/ |
| 69 | +**/ios/ServiceDefinitions.json |
| 70 | +**/ios/Runner/GeneratedPluginRegistrant.* |
| 71 | + |
| 72 | +# Exceptions to above rules. |
| 73 | +!**/ios/**/default.mode1v3 |
| 74 | +!**/ios/**/default.mode2v3 |
| 75 | +!**/ios/**/default.pbxuser |
| 76 | +!**/ios/**/default.perspectivev3 |
| 77 | +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages |
| 78 | + |
| 79 | +pubspec.lock |
| 80 | +!**/example/pubspec.lock |
0 commit comments