Main coves client
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
15# IntelliJ related
16*.iml
17*.ipr
18*.iws
19.idea/
20
21# Flutter metadata
22.metadata
23
24# The .vscode folder contains launch configuration and tasks you configure in
25# VS Code which you may wish to be included in version control, so this line
26# is commented out by default.
27#.vscode/
28
29# Flutter/Dart/Pub related
30**/doc/api/
31**/ios/Flutter/.last_build_id
32.dart_tool/
33.flutter-plugins
34.flutter-plugins-dependencies
35.pub-cache/
36.pub/
37build/
38**/build/
39
40# Symbolication related
41app.*.symbols
42
43# Obfuscation related
44app.*.map.json
45
46# Android Studio will place build artifacts here
47/android/app/debug
48/android/app/profile
49/android/app/release
50
51# macOS (not targeting this platform)
52macos/