forked from kakao-tech-campus-2nd-step3/Team24_Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (51 loc) · 633 Bytes
/
.gitignore
File metadata and controls
62 lines (51 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Android Studio specific
.idea/
*.iml
*.hprof
# Gradle specific
.gradle/
build/
captures/
output.json
local.properties
*.apk
*.ap_
*.aab
# Keystore files
*.jks
# IntelliJ
*.ipr
*.iws
.idea/
# User-specific files
.DS_Store
*.log
*.stacktrace
*.hprof
# Android specific
app/build/
app/release/
app/debug/
# External libraries
.libs/
# Proguard folder
proguard/
# NDK
.cxx/
.externalNativeBuild/
# Local Gradle config
/local.properties
# Temporary files
*.tmp
*.temp
*.swp
*~.nib
*~.tmproj
# JetBrains specific
.vscode/
.idea/libraries/
.idea/modules.xml
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries/
.idea/vcs.xml