Skip to content

Commit 86489b3

Browse files
committed
chore: (gitignore) 폴더 깊이에 관계없이 파일 및 폴더 무시
1 parent 8629ea6 commit 86489b3

File tree

1 file changed

+31
-14
lines changed

1 file changed

+31
-14
lines changed

.gitignore

+31-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
1-
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/caches
5-
/.idea/libraries
6-
/.idea/modules.xml
7-
/.idea/workspace.xml
8-
/.idea/navEditor.xml
9-
/.idea/assetWizardSettings.xml
10-
.DS_Store
11-
/build
12-
/captures
13-
.externalNativeBuild
14-
.cxx
1+
# Gradle files
2+
.gradle/
3+
build/
4+
5+
# Local configuration file (sdk path, etc)
156
local.properties
7+
8+
# Android Studio generated files and folders
9+
captures/
10+
.externalNativeBuild/
11+
.cxx/
12+
.DS_Store
13+
*.apk
14+
output.json
15+
16+
# IntelliJ
17+
*.iml
18+
.idea/
19+
misc.xml
20+
deploymentTargetDropDown.xml
21+
render.experimental.xml
22+
23+
# Keystore files
24+
*.jks
25+
*.keystore
26+
27+
# Google Services (e.g. APIs or Firebase)
28+
google-services.json
29+
30+
# Android Profiling
31+
*.hprof
32+

0 commit comments

Comments
 (0)