ios widget showing what is available at chucks
1# Built application files
2*.apk
3*.aar
4*.ap_
5*.aab
6
7# Files for the ART/Dalvik VM
8*.dex
9
10# Java class files
11*.class
12
13# Generated files
14bin/
15gen/
16out/
17release/
18
19# Gradle files
20.gradle/
21build/
22
23# Local configuration file (sdk path, etc)
24local.properties
25
26# Proguard folder generated by Eclipse
27proguard/
28
29# Log Files
30*.log
31
32# Android Studio Navigation editor temp files
33.navigation/
34
35# Android Studio captures folder
36captures/
37
38# IntelliJ
39*.iml
40.idea/
41
42# Keystore files
43*.jks
44*.keystore
45
46# External native build folder generated in Android Studio 2.2 and later
47.externalNativeBuild
48.cxx/
49
50# Google Services (e.g. APIs or Firebase)
51google-services.json
52
53# Freeline
54freeline.py
55freeline/
56freeline_project_description.json
57
58# fastlane
59fastlane/report.xml
60fastlane/Preview.html
61fastlane/screenshots
62fastlane/test_output
63fastlane/readme.md
64
65# Version control
66vcs.xml
67
68# lint
69lint/intermediates/
70lint/generated/
71lint/outputs/
72lint/tmp/
73
74# Gradle wrapper
75!gradle/wrapper/gradle-wrapper.jar
76
77# OS
78.DS_Store
79Thumbs.db