Cleanup .gitignore files
(cherry picked from commit afa50029882655af8d5eea40aed7644fce4564d8)
This commit is contained in:
parent
f839334c1c
commit
7d8f96d856
16 changed files with 15 additions and 38 deletions
36
.gitignore
vendored
36
.gitignore
vendored
|
|
@ -1,28 +1,22 @@
|
|||
# Build files
|
||||
.gradle
|
||||
.vscode
|
||||
#.vscode
|
||||
.kotlin
|
||||
/local.properties
|
||||
/.idea/workspace.xml
|
||||
.DS_Store
|
||||
build
|
||||
|
||||
# IDE files
|
||||
*.iml
|
||||
.idea/*
|
||||
!.idea/icon.png
|
||||
*iml
|
||||
*.iml
|
||||
/mainframer
|
||||
/.mainframer
|
||||
|
||||
# Built files
|
||||
*/build
|
||||
/build
|
||||
*.apk
|
||||
app/**/output*.json
|
||||
|
||||
# Unnecessary file
|
||||
*.swp
|
||||
|
||||
TODO.md
|
||||
CHANGELOG.md
|
||||
/captures
|
||||
build.sh
|
||||
|
||||
# Configuration files
|
||||
local.properties
|
||||
|
||||
# macOS specific files
|
||||
.DS_Store
|
||||
|
||||
/app/src/main/assets/client_secrets.json
|
||||
/app/google-services.json
|
||||
*.jks
|
||||
app/standard/preview/*
|
||||
|
|
|
|||
4
app/.gitignore
vendored
4
app/.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
/build
|
||||
*iml
|
||||
*.iml
|
||||
google-services.json
|
||||
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
|
||||
1
flagkit/.gitignore
vendored
1
flagkit/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/build
|
||||
1
gradle/wrapper/.gitignore
vendored
1
gradle/wrapper/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
*.jar
|
||||
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