mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 20:39:59 -05:00
Cleanup .gitignore files
This commit is contained in:
parent
9503082d44
commit
afa5002988
14 changed files with 10 additions and 26 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -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
3
app/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
/build
|
|
||||||
*iml
|
|
||||||
*.iml
|
|
1
buildSrc/.gitignore
vendored
1
buildSrc/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
core-metadata/.gitignore
vendored
1
core-metadata/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
core/archive/.gitignore
vendored
1
core/archive/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
core/common/.gitignore
vendored
1
core/common/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
data/.gitignore
vendored
1
data/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
domain/.gitignore
vendored
1
domain/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
0
i18n/.gitignore
vendored
0
i18n/.gitignore
vendored
1
macrobenchmark/.gitignore
vendored
1
macrobenchmark/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
presentation-core/.gitignore
vendored
1
presentation-core/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
presentation-widget/.gitignore
vendored
1
presentation-widget/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
source-api/.gitignore
vendored
1
source-api/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
1
source-local/.gitignore
vendored
1
source-local/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/build
|
|
Loading…
Reference in a new issue