forked from mjaun/android-anuto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (46 loc) · 772 Bytes
/
.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
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided this notice is
# preserved. This file is offered as-is, without any warranty.
# Names of contributors must not be used to endorse or promote products
# derived from this file without specific prior written permission.
.idea
*.iml
*.ipr
*.iws
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build*
app/*.apk
app/release/
app/src/main/libs/
app/src/main/obj/
logo/logo*.png
# Temp files
*~
*.bak
*.backup
\#*
.\#*
*\#
*.sav
*.save
*.autosav
*.autosave
# OS specific useless files
thumbs.db
Thumbs.db
__MACOSX/
__MAC_OS_X/
__OSX/
__OS_X/
__WINDOWS/
__MS_WINDOWS/
.DS_Store
.directory
# Log
*.log
*.log.*
error_log*