forked from muditsen/multilevelrecyclerview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
104 lines (82 loc) · 1.21 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
98
99
100
101
102
103
104
/gen
/bin
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/*/out
/*/*/build
# built application files
*.apk
*.ap
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen-external-apklibs/
# maven output folder
target
# Local configuration file (sdk path, etc)
local.properties
#####
# OSX/Windows temporary files that should never be committed
[Tt]humbs.db
.DS_Store
*.swp
*.lock
*.bkp
*.tmp
*.out
*.log
*.hmap
.Trashes
profile
*~
# Eclipse project files
.classpath
.project
.metadata
.settings
.loadpath
bin/**
tmp/**
tmp/**/*
*~.nib
*.keystore
*.properties
# Local configuration file (sdk path, etc)
# Proguard folder generated by Eclipse
proguard/
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
# Intellij project files
*.ipr
*.iws
out/
*/.idea/
# Ignore gradle files.gradle
gradlew
gradlew.bat
gradle/
build/
# Android Studio
*.iml
.idea
#for oh-my-zsh jira plugin (https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#jira)
.jira-url
atlassian-ide-plugin.xml
#Version control files
.svn
*.orig
# Ignored Files for Jabong Developers.
/_scratch/