Clean up .gitignore files

pull/2928/head
TacoTheDank 2021-10-16 16:04:51 -04:00 zatwierdzone przez Tobi
rodzic 7edef8d5a2
commit b4950fcb2e
2 zmienionych plików z 8 dodań i 11 usunięć

16
.gitignore vendored
Wyświetl plik

@ -1,15 +1,15 @@
.gitignore
.gradle
/local.properties
.gradle/
local.properties
.DS_Store
/build
/captures
/app/app.iml
/.idea
/*.iml
build/
captures/
.idea/
*.iml
*~
.weblate
*.class
**/debug/
**/release/
# vscode / eclipse files
*.classpath

3
app/.gitignore vendored
Wyświetl plik

@ -1,3 +0,0 @@
.gitignore
/build
*.iml