mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
26 lines
259 B
Plaintext
26 lines
259 B
Plaintext
# Build artifacts
|
|
.gradle/
|
|
build/
|
|
bin/
|
|
gen/
|
|
out/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
.kotlin/
|
|
|
|
# Local configuration
|
|
local.properties
|
|
|
|
# IDE specific
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.navigation/
|
|
captures/
|
|
.cache/
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|