-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
97 lines (70 loc) · 1.35 KB
/
.gitignore
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# Compiled Java class files
*.class
# Log files
*.log
# Package files
*.jar
# Maven
target/
dist/
# JetBrains IDE
.idea/
# Unit test reports
TEST*.xml
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Generated files
bin/
gen/
out/
build/
# Gradle files
.gradle/
# Local configuration file (e.g., studio.iml)
*.iml
# Proguard folder generated by Android Studio
proguard/
# Databases
*.sqlite
*.db
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.cmake/
# Windows thumbnail db
Thumbs.db
# macOS Finder folder attributes
.DS_Store
# Gradle wrapper files
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.jar
# Android Profiler
*.hprof
# Android Studio
/*/build/
/*/captures/
/*/workspace.xml
/*/tasks/
local.properties
# Local configuration file (e.g., .idea/workspace.xml)
.idea/workspace.xml
# Windows image file caches
Icon?
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Linux
lost+found/