Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 9b3b8f7

Browse files
committed
fix gitignore issues
1 parent 3c221af commit 9b3b8f7

34 files changed

+21
-238
lines changed

.gitignore

+21-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,24 @@ hs_err_pid*
2424
replay_pid*
2525

2626
# Incremental build files
27-
app/build/
27+
app/build/
28+
29+
# Android Studio
30+
*.iml
31+
.idea
32+
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
33+
.gradle
34+
build/
35+
.navigation
36+
captures/
37+
output.json
38+
*.iml
39+
.gradle
40+
/local.properties
41+
/.idea/workspace.xml
42+
/.idea/libraries
43+
.DS_Store
44+
/build
45+
/captures
46+
.externalNativeBuild
47+
local.properties

.gradle/8.0/checksums/checksums.lock

-17 Bytes
Binary file not shown.
-34.7 KB
Binary file not shown.
-93.6 KB
Binary file not shown.
Binary file not shown.

.gradle/8.0/dependencies-accessors/gc.properties

Whitespace-only changes.
-2.87 MB
Binary file not shown.
-17 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

.gradle/8.0/fileHashes/fileHashes.bin

-237 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-19.9 KB
Binary file not shown.

.gradle/8.0/gc.properties

Whitespace-only changes.
-17 Bytes
Binary file not shown.

.gradle/buildOutputCleanup/cache.properties

-2
This file was deleted.
-303 KB
Binary file not shown.

.gradle/file-system.probe

-8 Bytes
Binary file not shown.

.gradle/vcs-1/gc.properties

Whitespace-only changes.

.idea/.gitignore

-3
This file was deleted.

.idea/.name

-1
This file was deleted.

.idea/codeStyles/Project.xml

-123
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

-5
This file was deleted.

.idea/compiler.xml

-6
This file was deleted.

.idea/gradle.xml

-20
This file was deleted.

.idea/kotlinc.xml

-6
This file was deleted.

.idea/misc.xml

-9
This file was deleted.

.idea/modules/app/Sprint_1.app.iml

-8
This file was deleted.

.idea/vcs.xml

-6
This file was deleted.

app/.idea/.gitignore

-3
This file was deleted.

app/.idea/gradle.xml

-13
This file was deleted.

app/.idea/misc.xml

-10
This file was deleted.

app/.idea/vcs.xml

-6
This file was deleted.

app/local.properties

-8
This file was deleted.

local.properties

-8
This file was deleted.

0 commit comments

Comments
 (0)