a8be586652
Allow unauthenticated access to favicon and manifest, generate favicon.ico, and add multi-size manifest icons. Co-authored-by: Cursor <cursoragent@cursor.com>
46 lines
642 B
Plaintext
46 lines
642 B
Plaintext
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log/OS Files
|
|
*.log
|
|
|
|
# Android Studio generated files and folders
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
output.json
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
misc.xml
|
|
deploymentTargetDropDown.xml
|
|
render.experimental.xml
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
google-services.json
|
|
|
|
# Android Profiling
|
|
*.hprof
|
|
|
|
# Node / VitePress
|
|
node_modules/
|
|
.vitepress/dist/
|
|
.vitepress/cache/
|
|
.vitepress/public/
|
|
server/auth.config.json
|
|
assets/site/favicon.ico
|
|
assets/site/favicon.png
|
|
assets/site/icon-192.png
|
|
assets/site/icon-512.png
|
|
|