Remove accidentally committed .kotlin/errors/ log and .vscode/ config files. Add both directories to .gitignore to prevent future commits.
18 lines
183 B
Plaintext
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/
|