diff options
| author | Eddy Pedroni <epedroni@pm.me> | 2025-12-30 10:13:11 +0100 |
|---|---|---|
| committer | Eddy Pedroni <epedroni@pm.me> | 2025-12-30 10:13:11 +0100 |
| commit | 88ce99d87889cdf953af611ef09d7a12b6d23747 (patch) | |
| tree | e998849e710adaf1da5410096f1b3408784658d4 /android/.gitignore | |
| parent | c77a8b5fb6a86dae2c9a97796067a5740e112a0d (diff) | |
Add Android app wrapper around web interface
Diffstat (limited to 'android/.gitignore')
| -rw-r--r-- | android/.gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..aa724b7 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,15 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties |
