Files
Barry Deen adb45541a0 chore: remove junk files and add to gitignore
Remove accidentally committed .kotlin/errors/ log and .vscode/ config
files. Add both directories to .gitignore to prevent future commits.
2026-04-12 12:46:44 -04:00

18 lines
183 B
Plaintext

*.iml
.gradle
/local.properties
/.idea
.DS_Store
/build
/app/build
/app/release
/captures
.externalNativeBuild
.cxx
local.properties
*.hprof
node_modules/
app/temp/
.kotlin/
.vscode/