Grain flutter app
1# Miscellaneous
2*.class
3*.log
4*.pyc
5*.swp
6.DS_Store
7.atom/
8.build/
9.buildlog/
10.history
11.svn/
12.swiftpm/
13migrate_working_dir/
14.env
15
16# IntelliJ related
17*.iml
18*.ipr
19*.iws
20.idea/
21
22# The .vscode folder contains launch configuration and tasks you configure in
23# VS Code which you may wish to be included in version control, so this line
24# is commented out by default.
25#.vscode/
26
27# Flutter/Dart/Pub related
28**/doc/api/
29**/ios/Flutter/.last_build_id
30.dart_tool/
31.flutter-plugins
32.flutter-plugins-dependencies
33.pub-cache/
34.pub/
35/build/
36
37# Symbolication related
38app.*.symbols
39
40# Obfuscation related
41app.*.map.json
42
43# Android Studio will place build artifacts here
44/android/app/debug
45/android/app/profile
46/android/app/release