Cleanup .gitignore files

This commit is contained in:
AntsyLich 2024-10-15 03:39:48 +06:00
parent 9503082d44
commit afa5002988
No known key found for this signature in database
14 changed files with 10 additions and 26 deletions

22
.gitignore vendored
View file

@ -1,18 +1,16 @@
# Build files
.gradle .gradle
.kotlin .kotlin
/local.properties build
/.idea/workspace.xml
.DS_Store # IDE files
*.iml
.idea/* .idea/*
!.idea/icon.png !.idea/icon.png
*iml /captures
*.iml
# Built files # Configuration files
*/build local.properties
/build
*.apk
app/**/output.json
# Unnecessary file # macOS specific files
*.swp .DS_Store

3
app/.gitignore vendored
View file

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

1
buildSrc/.gitignore vendored
View file

@ -1 +0,0 @@
/build

View file

@ -1 +0,0 @@
/build

View file

@ -1 +0,0 @@
/build

View file

@ -1 +0,0 @@
/build

1
data/.gitignore vendored
View file

@ -1 +0,0 @@
/build

1
domain/.gitignore vendored
View file

@ -1 +0,0 @@
/build

0
i18n/.gitignore vendored
View file

View file

@ -1 +0,0 @@
/build

View file

@ -1 +0,0 @@
/build

View file

@ -1 +0,0 @@
/build

View file

@ -1 +0,0 @@
/build

View file

@ -1 +0,0 @@
/build