|
1 | 1 | .DS_Store |
2 | | -.dart_tool/ |
3 | | - |
4 | | -.packages |
5 | | -.pub/ |
6 | 2 |
|
7 | | -build/ |
8 | | -ios/.generated/ |
9 | | -ios/Flutter/Generated.xcconfig |
10 | | -ios/Runner/GeneratedPluginRegistrant.* |
| 3 | +# Created by https://www.gitignore.io/api/flutter |
| 4 | +# Edit at https://www.gitignore.io/?templates=flutter |
11 | 5 |
|
12 | 6 | ### Flutter ### |
| 7 | +# Flutter/Dart/Pub related |
| 8 | +**/doc/api/ |
| 9 | +.dart_tool/ |
13 | 10 | .flutter-plugins |
14 | | - |
15 | | - |
16 | | -# End of https://www.gitignore.io/api/flutter,android-studio |
17 | | - |
18 | | -# Created by https://www.gitignore.io/api/androidstudio |
19 | | - |
20 | | -### AndroidStudio ### |
21 | | -# Covers files to be ignored for android development using Android Studio. |
22 | | - |
23 | | -# Built application files |
24 | | -*.apk |
25 | | -*.ap_ |
26 | | - |
27 | | -# Files for the ART/Dalvik VM |
28 | | -*.dex |
29 | | - |
30 | | -# Java class files |
31 | | -*.class |
32 | | - |
33 | | -# Generated files |
34 | | -bin/ |
35 | | -gen/ |
36 | | -out/ |
37 | | - |
38 | | -# Gradle files |
39 | | -.gradle |
40 | | -.gradle/ |
| 11 | +.packages |
| 12 | +.pub-cache/ |
| 13 | +.pub/ |
41 | 14 | build/ |
42 | 15 |
|
43 | | -# Signing files |
44 | | -.signing/ |
45 | | - |
46 | | -# Local configuration file (sdk path, etc) |
47 | | -local.properties |
48 | | - |
49 | | -# Proguard folder generated by Eclipse |
50 | | -proguard/ |
51 | | - |
52 | | -# Log Files |
53 | | -*.log |
| 16 | +# Android related |
| 17 | +**/android/**/gradle-wrapper.jar |
| 18 | +**/android/.gradle |
| 19 | +**/android/captures/ |
| 20 | +**/android/gradlew |
| 21 | +**/android/gradlew.bat |
| 22 | +**/android/local.properties |
| 23 | +**/android/**/GeneratedPluginRegistrant.java |
| 24 | + |
| 25 | +# iOS/XCode related |
| 26 | +**/ios/**/*.mode1v3 |
| 27 | +**/ios/**/*.mode2v3 |
| 28 | +**/ios/**/*.moved-aside |
| 29 | +**/ios/**/*.pbxuser |
| 30 | +**/ios/**/*.perspectivev3 |
| 31 | +**/ios/**/*sync/ |
| 32 | +**/ios/**/.sconsign.dblite |
| 33 | +**/ios/**/.tags* |
| 34 | +**/ios/**/.vagrant/ |
| 35 | +**/ios/**/DerivedData/ |
| 36 | +**/ios/**/Icon? |
| 37 | +**/ios/**/Pods/ |
| 38 | +**/ios/**/.symlinks/ |
| 39 | +**/ios/**/profile |
| 40 | +**/ios/**/xcuserdata |
| 41 | +**/ios/.generated/ |
| 42 | +**/ios/Flutter/App.framework |
| 43 | +**/ios/Flutter/Flutter.framework |
| 44 | +**/ios/Flutter/Generated.xcconfig |
| 45 | +**/ios/Flutter/app.flx |
| 46 | +**/ios/Flutter/app.zip |
| 47 | +**/ios/Flutter/flutter_assets/ |
| 48 | +**/ios/ServiceDefinitions.json |
| 49 | +**/ios/Runner/GeneratedPluginRegistrant.* |
| 50 | + |
| 51 | +# Exceptions to above rules. |
| 52 | +!**/ios/**/default.mode1v3 |
| 53 | +!**/ios/**/default.mode2v3 |
| 54 | +!**/ios/**/default.pbxuser |
| 55 | +!**/ios/**/default.perspectivev3 |
| 56 | +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages |
| 57 | + |
| 58 | +# End of https://www.gitignore.io/api/flutter |
| 59 | + |
| 60 | +### JetBrains+all ### |
| 61 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
| 62 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 63 | + |
| 64 | +# User-specific stuff |
| 65 | +.idea/**/workspace.xml |
| 66 | +.idea/**/tasks.xml |
| 67 | +.idea/**/usage.statistics.xml |
| 68 | +.idea/**/dictionaries |
| 69 | +.idea/**/shelf |
54 | 70 |
|
55 | | -# Android Studio |
56 | | -/*/build/ |
57 | | -/*/local.properties |
58 | | -/*/out |
59 | | -/*/*/build |
60 | | -/*/*/production |
61 | | -captures/ |
62 | | -.navigation/ |
63 | | -*.ipr |
64 | | -*~ |
65 | | -*.swp |
66 | | - |
67 | | -# Android Patch |
68 | | -gen-external-apklibs |
69 | | - |
70 | | -# External native build folder generated in Android Studio 2.2 and later |
71 | | -.externalNativeBuild |
| 71 | +# Generated files |
| 72 | +.idea/**/contentModel.xml |
| 73 | + |
| 74 | +# Sensitive or high-churn files |
| 75 | +.idea/**/dataSources/ |
| 76 | +.idea/**/dataSources.ids |
| 77 | +.idea/**/dataSources.local.xml |
| 78 | +.idea/**/sqlDataSources.xml |
| 79 | +.idea/**/dynamic.xml |
| 80 | +.idea/**/uiDesigner.xml |
| 81 | +.idea/**/dbnavigator.xml |
| 82 | + |
| 83 | +# Gradle |
| 84 | +.idea/**/gradle.xml |
| 85 | +.idea/**/libraries |
| 86 | + |
| 87 | +# Gradle and Maven with auto-import |
| 88 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 89 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 90 | +# auto-import. |
| 91 | +# .idea/modules.xml |
| 92 | +# .idea/*.iml |
| 93 | +# .idea/modules |
| 94 | +# *.iml |
| 95 | +# *.ipr |
| 96 | + |
| 97 | +# CMake |
| 98 | +cmake-build-*/ |
72 | 99 |
|
73 | | -# NDK |
74 | | -obj/ |
| 100 | +# Mongo Explorer plugin |
| 101 | +.idea/**/mongoSettings.xml |
75 | 102 |
|
76 | | -# IntelliJ IDEA |
77 | | -*.iml |
| 103 | +# File-based project format |
78 | 104 | *.iws |
79 | | -/out/ |
80 | | - |
81 | | -# User-specific configurations |
82 | | -.idea/caches/ |
83 | | -.idea/libraries/ |
84 | | -.idea/shelf/ |
85 | | -.idea/workspace.xml |
86 | | -.idea/tasks.xml |
87 | | -.idea/.name |
88 | | -.idea/compiler.xml |
89 | | -.idea/copyright/profiles_settings.xml |
90 | | -.idea/encodings.xml |
91 | | -.idea/misc.xml |
92 | | -.idea/modules.xml |
93 | | -.idea/scopes/scope_settings.xml |
94 | | -.idea/dictionaries |
95 | | -.idea/vcs.xml |
96 | | -.idea/jsLibraryMappings.xml |
97 | | -.idea/datasources.xml |
98 | | -.idea/dataSources.ids |
99 | | -.idea/sqlDataSources.xml |
100 | | -.idea/dynamic.xml |
101 | | -.idea/uiDesigner.xml |
102 | | -.idea/markdown-navigator.xml |
103 | | -.idea/markdown-navigator/ |
104 | | - |
105 | | -# OS-specific files |
106 | | -.DS_Store |
107 | | -.DS_Store? |
108 | | -._* |
109 | | -.Spotlight-V100 |
110 | | -.Trashes |
111 | | -ehthumbs.db |
112 | | -Thumbs.db |
113 | | - |
114 | | -# Legacy Eclipse project files |
115 | | -.classpath |
116 | | -.project |
117 | | -.cproject |
118 | | -.settings/ |
119 | | - |
120 | | -# Mobile Tools for Java (J2ME) |
121 | | -.mtj.tmp/ |
122 | | - |
123 | | -# Package Files # |
124 | | -*.war |
125 | | -*.ear |
126 | 105 |
|
127 | | -# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml) |
128 | | -hs_err_pid* |
129 | | - |
130 | | -## Plugin-specific files: |
| 106 | +# IntelliJ |
| 107 | +out/ |
131 | 108 |
|
132 | 109 | # mpeltonen/sbt-idea plugin |
133 | 110 | .idea_modules/ |
134 | 111 |
|
135 | 112 | # JIRA plugin |
136 | 113 | atlassian-ide-plugin.xml |
137 | 114 |
|
138 | | -# Mongo Explorer plugin |
139 | | -.idea/mongoSettings.xml |
| 115 | +# Cursive Clojure plugin |
| 116 | +.idea/replstate.xml |
140 | 117 |
|
141 | 118 | # Crashlytics plugin (for Android Studio and IntelliJ) |
142 | 119 | com_crashlytics_export_strings.xml |
143 | 120 | crashlytics.properties |
144 | 121 | crashlytics-build.properties |
145 | 122 | fabric.properties |
146 | 123 |
|
147 | | -### AndroidStudio Patch ### |
| 124 | +# Editor-based Rest Client |
| 125 | +.idea/httpRequests |
| 126 | + |
| 127 | +# Android studio 3.1+ serialized cache file |
| 128 | +.idea/caches/build_file_checksums.ser |
| 129 | + |
| 130 | +### JetBrains+all Patch ### |
| 131 | +# Ignores the whole .idea folder and all .iml files |
| 132 | +# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360 |
| 133 | + |
| 134 | +.idea/ |
| 135 | + |
| 136 | +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 |
| 137 | + |
| 138 | +*.iml |
| 139 | +modules.xml |
| 140 | +.idea/misc.xml |
| 141 | +*.ipr |
148 | 142 |
|
149 | | -!/gradle/wrapper/gradle-wrapper.jar |
| 143 | +# Sonarlint plugin |
| 144 | +.idea/sonarlint |
150 | 145 |
|
| 146 | +# End of https://www.gitignore.io/api/flutter,jetbrains+all |
151 | 147 |
|
152 | | -# End of https://www.gitignore.io/api/androidstudio |
| 148 | +**/.flutter-plugins-dependencies |
0 commit comments