|
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/ |
| 11 | + |
| 12 | +# IntelliJ related |
| 13 | +*.iml |
| 14 | +*.ipr |
| 15 | +*.iws |
| 16 | +.idea/ |
| 17 | + |
| 18 | +# The .vscode folder contains launch configuration and tasks you configure in |
| 19 | +# VS Code which you may wish to be included in version control, so this line |
| 20 | +# is commented out by default. |
| 21 | +#.vscode/ |
2 | 22 |
|
3 |
| -# Files and directories created by pub |
| 23 | +# Flutter/Dart/Pub related |
| 24 | +**/doc/api/ |
4 | 25 | .dart_tool/
|
| 26 | +.flutter-plugins |
| 27 | +.flutter-plugins-dependencies |
5 | 28 | .packages
|
| 29 | +.pub-cache/ |
| 30 | +.pub/ |
6 | 31 | build/
|
7 |
| - |
8 | 32 | pubspec.lock
|
9 | 33 |
|
10 |
| -# Generated Dart Files |
11 |
| -*.g.dart |
| 34 | +# Android related |
| 35 | +**/android/**/gradle-wrapper.jar |
| 36 | +**/android/.gradle |
| 37 | +**/android/captures/ |
| 38 | +**/android/gradlew |
| 39 | +**/android/gradlew.bat |
| 40 | +**/android/local.properties |
| 41 | +**/android/**/GeneratedPluginRegistrant.java |
12 | 42 |
|
13 |
| -# Directory created by dartdoc |
14 |
| -# If you don't generate documentation locally you can remove this line. |
15 |
| -doc/api/ |
| 43 | +# iOS/XCode related |
| 44 | +**/ios/**/*.mode1v3 |
| 45 | +**/ios/**/*.mode2v3 |
| 46 | +**/ios/**/*.moved-aside |
| 47 | +**/ios/**/*.pbxuser |
| 48 | +**/ios/**/*.perspectivev3 |
| 49 | +**/ios/**/*sync/ |
| 50 | +**/ios/**/.sconsign.dblite |
| 51 | +**/ios/**/.tags* |
| 52 | +**/ios/**/.vagrant/ |
| 53 | +**/ios/**/DerivedData/ |
| 54 | +**/ios/**/Icon? |
| 55 | +**/ios/**/Pods/ |
| 56 | +**/ios/**/.symlinks/ |
| 57 | +**/ios/**/profile |
| 58 | +**/ios/**/xcuserdata |
| 59 | +**/ios/.generated/ |
| 60 | +**/ios/Flutter/App.framework |
| 61 | +**/ios/Flutter/Flutter.framework |
| 62 | +**/ios/Flutter/Flutter.podspec |
| 63 | +**/ios/Flutter/Generated.xcconfig |
| 64 | +**/ios/Flutter/ephemeral |
| 65 | +**/ios/Flutter/app.flx |
| 66 | +**/ios/Flutter/app.zip |
| 67 | +**/ios/Flutter/flutter_assets/ |
| 68 | +**/ios/Flutter/flutter_export_environment.sh |
| 69 | +**/ios/ServiceDefinitions.json |
| 70 | +**/ios/Runner/GeneratedPluginRegistrant.* |
16 | 71 |
|
17 |
| -# Avoid committing generated Javascript files: |
18 |
| -*.dart.js |
19 |
| -*.info.json # Produced by the --dump-info flag. |
20 |
| -*.js # When generated by dart2js. Don't specify *.js if your |
21 |
| - # project includes source files written in JavaScript. |
22 |
| -*.js_ |
23 |
| -*.js.deps |
24 |
| -*.js.map |
25 |
| - |
26 |
| -# OS Files |
27 |
| -.DS_Store |
28 |
| -Thumbs.db |
29 |
| - |
30 |
| -# IDEs |
31 |
| -.idea/ |
32 |
| -*.iml |
33 |
| -.vscode/ |
34 |
| -.vs/ |
| 72 | +# Exceptions to above rules. |
| 73 | +!**/ios/**/default.mode1v3 |
| 74 | +!**/ios/**/default.mode2v3 |
| 75 | +!**/ios/**/default.pbxuser |
| 76 | +!**/ios/**/default.perspectivev3 |
0 commit comments