Skip to content

Commit 89b651d

Browse files
Add 'WESMUN_NFC_Android/' from commit '8cd88be39988acfe352f08e4857eb43c1d68fd2c'
git-subtree-dir: WESMUN_NFC_Android git-subtree-mainline: 44f1349 git-subtree-split: 8cd88be
2 parents 44f1349 + 8cd88be commit 89b651d

File tree

64 files changed

+1235
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1235
-0
lines changed

WESMUN_NFC_Android/.gitignore

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# Using Android gitignore template: https://github.com/github/gitignore/blob/HEAD/Android.gitignore
2+
.idea/
3+
4+
# Built application files
5+
*.apk
6+
*.aar
7+
*.ap_
8+
*.aab
9+
10+
# Files for the ART/Dalvik VM
11+
*.dex
12+
13+
# Java class files
14+
*.class
15+
16+
# Generated files
17+
bin/
18+
gen/
19+
out/
20+
# Uncomment the following line in case you need and you don't have the release build type files in your app
21+
# release/
22+
23+
# Gradle files
24+
.gradle/
25+
build/
26+
27+
# Local configuration file (sdk path, etc)
28+
local.properties
29+
30+
# Proguard folder generated by Eclipse
31+
proguard/
32+
33+
# Log Files
34+
*.log
35+
36+
# Android Studio Navigation editor temp files
37+
.navigation/
38+
39+
# Android Studio captures folder
40+
captures/
41+
42+
# IntelliJ
43+
*.iml
44+
.idea/workspace.xml
45+
.idea/tasks.xml
46+
.idea/gradle.xml
47+
.idea/assetWizardSettings.xml
48+
.idea/dictionaries
49+
.idea/libraries
50+
# Android Studio 3 in .gitignore file.
51+
.idea/caches
52+
.idea/modules.xml
53+
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
54+
.idea/navEditor.xml
55+
56+
# Keystore files
57+
# Uncomment the following lines if you do not want to check your keystore files in.
58+
#*.jks
59+
#*.keystore
60+
61+
# External native build folder generated in Android Studio 2.2 and later
62+
.externalNativeBuild
63+
.cxx/
64+
65+
# Google Services (e.g. APIs or Firebase)
66+
# google-services.json
67+
68+
# Freeline
69+
freeline.py
70+
freeline/
71+
freeline_project_description.json
72+
73+
# fastlane
74+
fastlane/report.xml
75+
fastlane/Preview.html
76+
fastlane/screenshots
77+
fastlane/test_output
78+
fastlane/readme.md
79+
80+
# Version control
81+
vcs.xml
82+
83+
# lint
84+
lint/intermediates/
85+
lint/generated/
86+
lint/outputs/
87+
lint/tmp/
88+
# lint/reports/
89+
90+
# Android Profiling
91+
*.hprof
92+
93+
# Cordova plugins for Capacitor
94+
capacitor-cordova-android-plugins
95+
96+
# Copied web assets
97+
app/src/main/assets/public
98+
99+
# Generated Config files
100+
app/src/main/assets/capacitor.config.json
101+
app/src/main/assets/capacitor.plugins.json
102+
app/src/main/res/xml/config.xml
103+
104+
# Secrets
105+
wesmun-release.keystore
106+
*.env
107+
108+
# Others
109+
/scripts/

WESMUN_NFC_Android/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WESMUN_NFC_Android/.idea/AndroidProjectSystem.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WESMUN_NFC_Android/.idea/appInsightsSettings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WESMUN_NFC_Android/.idea/compiler.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WESMUN_NFC_Android/.idea/deploymentTargetSelector.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WESMUN_NFC_Android/.idea/deviceManager.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WESMUN_NFC_Android/.idea/migrations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WESMUN_NFC_Android/.idea/misc.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WESMUN_NFC_Android/.idea/runConfigurations.xml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)