Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 1b9f46e

Browse files
author
Eduard Ablekimov
committed
Remove .idea from vcs, update gitignore
1 parent ab69aa1 commit 1b9f46e

6 files changed

Lines changed: 41 additions & 152 deletions

File tree

.gitignore

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,43 @@
1+
# built application files
2+
*.apk
3+
*.ap_
4+
5+
# files for the dex VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# generated files
12+
bin/
13+
gen/
14+
out/
15+
.out/
16+
out/
17+
build/
18+
.idea/*
19+
!.idea/localizerSettings.xml
20+
!.idea/mvpAddSettings.xml
21+
.gradle/
22+
captures/
23+
24+
25+
#iml files
126
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea
27+
28+
# Local configuration file (sdk path, etc)
29+
local.properties
30+
31+
# linux files
32+
.directory
33+
*.*~
34+
35+
# mac files
536
.DS_Store
6-
/build
7-
/captures
8-
.externalNativeBuild
9-
/projectFilesBackup*
37+
38+
Thumbs.db
39+
thumbs.db
40+
41+
outputs/mapping.txt
42+
43+
artwork

.idea/encodings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 98 deletions
This file was deleted.

.idea/runConfigurations.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)