]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/blob - .gitignore
widges: add ColoredSafeArea
[flutter/pve_flutter_frontend.git] / .gitignore
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/
22
23 # Flutter/Dart/Pub related
24 **/doc/api/
25 .dart_tool/
26 .flutter-plugins
27 .packages
28 .pub-cache/
29 .pub/
30 /build/
31 .flutter-plugins-dependencies
32 # avoid commiting generated files
33 *.g.dart
34 local.properties
35
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/key.properties
44 **/android/**/GeneratedPluginRegistrant.java
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/Flutter/flutter_export_environment.sh
70 **/ios/ServiceDefinitions.json
71 **/ios/Runner/GeneratedPluginRegistrant.*
72
73 # Exceptions to above rules.
74 !**/ios/**/default.mode1v3
75 !**/ios/**/default.mode2v3
76 !**/ios/**/default.pbxuser
77 !**/ios/**/default.perspectivev3
78 !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages