-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
80 lines (63 loc) · 1.26 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
# read http://stackoverflow.com/a/8527650/1852422
# https://stackoverflow.com/questions/11968531/what-to-gitignore-from-the-idea-folder
# generated files
bin/
build/
*.ap_
# Local configuration file (sdk path, etc.)
local.properties
# Java class files
*.class
# User-specific (aka high-churn) files
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/dictionaries
**/.idea/vcs.xml
**/.idea/shelf
**/.idea/runConfigurations/
**/.idea/runConfigurations.xml
**/.idea/jsLibraryMappings.xml
**/.idea/caches/
*.iml
.navigation
**/.idea/assetWizardSettings.xml
**/.idea/misc.xml
# Statistic plugin
**/.idea/statistic.xml
# Gradle:
**/.idea/gradle.xml
**/.idea/libraries
.gradle
# Sensitive or high-churn files
**/.idea/dataSources.ids
**/.idea/dataSources.xml
**/.idea/dataSources.local.xml
**/.idea/sqlDataSources.xml
**/.idea/dynamic.xml
**/.idea/uiDesigner.xml
# File-based project format
*.iws
# IntelliJ
/out/
.externalNativeBuild
# AS' Layout Inspector files
*/captures
# OS X junk
.DS_Store
# files for the dex VM
*.dex
# woof woof!
doge.jp[e]g
## Ruby environment normalization
/.bundle/
/vendor/bundle
/lib/bundler/man/
## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/
## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/