/ app / .gitignore
.gitignore
 1  # Environment / secrets
 2  .env
 3  
 4  # Miscellaneous
 5  *.class
 6  *.log
 7  *.pyc
 8  *.swp
 9  .DS_Store
10  .atom/
11  .build/
12  .buildlog/
13  .history
14  .svn/
15  .swiftpm/
16  migrate_working_dir/
17  
18  # IntelliJ related
19  *.iml
20  *.ipr
21  *.iws
22  .idea/
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-dependencies
34  .pub-cache/
35  .pub/
36  /build/
37  /coverage/
38  
39  # Symbolication related
40  app.*.symbols
41  
42  # Obfuscation related
43  app.*.map.json
44  
45  # Android Studio will place build artifacts here
46  /android/app/debug
47  /android/app/profile
48  /android/app/release