Skip to content

Commit 9087843

Browse files
septsPeterCxy
authored andcommitted
refactor: gitignore (#69)
Rebuild root dot-gitignore file Update subdirectory dot-gitignore file Reviewed-on: https://gitea.angry.im/PeterCxy/OpenEUICC/pulls/69 Co-authored-by: septs <github@septs.pw> Co-committed-by: septs <github@septs.pw>
1 parent 96bc986 commit 9087843

File tree

7 files changed

+22
-81
lines changed

7 files changed

+22
-81
lines changed

.gitignore

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
*.iml
2-
.gradle
3-
/local.properties
1+
/.gradle
2+
/captures
3+
4+
# Configuration files
5+
46
/keystore.properties
7+
/local.properties
8+
9+
# macOS
10+
511
.DS_Store
6-
/build
7-
/captures
8-
.externalNativeBuild
9-
.cxx
10-
local.properties
11-
/libs/**/build
12-
/buildSrc/build
13-
/app-deps/libs

.idea/.gitignore

+8-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

-39
This file was deleted.

.idea/misc.xml

-25
This file was deleted.

app-deps/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/build
1+
/build
2+
/libs

buildSrc/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.gradle
2+
/build

libs/lpac-jni/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

0 commit comments

Comments
 (0)