-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
153 lines (152 loc) · 2.18 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
!gradle-wrapper.jar
*.DS_Store
*.bak
*.cab
*.class
*.ear
*.iml
*.ipr
*.iws
*.launch
*.lnk
*.log
*.msi
*.msm
*.msp
*.pid
*.pydevproject
*.seed
*.stTheme.cache
*.sublime-workspace
*.swp
*.tmPreferences.cache
*.tmlanguage.cache
*.tmp
*.war
*.xlk
*.~vsdx
*~
*~.nib
.AppleDB
.AppleDesktop
.AppleDouble
.DocumentRevisions-V100
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
._*
.apdisk
.buildpath
.cache
.classpath
.com.apple.timemachine.donotpresent
.cproject
.factorypath
.fseventsd
.gradletasknamecache
.grunt
.history
.loadpath
.lock-wscript
.metadata
.mvn/timing.properties
.netrwhist
.node_repl_history
.npm
.nyc_output
.project
.recommenders
.scala_dependencies
.springBeans
.target
.tern-project
.texlipse
.worksheet
/lib/nexial-json.jar
/lib/setup.jar
Desktop.ini
GitHub.sublime-settings
Icon
Network Trash Folder
Package Control.ca-bundle
Package Control.ca-list
Package Control.last-run
Package Control.system-ca-bundle
Session.vim
Temporary Items
Thumbs.db
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
atlassian-ide-plugin.xml
backup.db
bh_unicode_properties.cache
build/Release
buildNumber.properties
com_crashlytics_export_strings.xml
coverage
crashlytics-build.properties
crashlytics.properties
dependency-reduced-pom.xml
dist/*
ehthumbs.db
fabric.properties
gradle-app.setting
gradlew
gradlew.bat
hs_err_pid*
jspm_packages
lib-cov
local.properties
node_modules
npm-debug.log*
pids
pom.xml.next
pom.xml.releaseBackup
pom.xml.tag
pom.xml.versionsBackup
release.properties
sftp-config.json
test.db
~$*.doc*
~$*.ppt*
~$*.xls*
$RECYCLE.BIN/
.externalToolBuilders/
.gradle
.idea/
.ideaDataSources/
.idea_modules/
.lib/
.mtj.tmp/
.recommenders/
.settings/
.svn/
/.archive/
/build
/logs/
/out/
Package Control.ca-certs/
Package Control.cache/
build/
classes/
dataSources/
gradle/
lib_managed/
logs
logs/
project/boot/
project/plugins/project/
src/test/resources/showcase/output/
src/test/resources/unittesting/output/
src_managed/
tags
target/
tmp/
/src/test/resources/unittesting/artifact/data/XMLOutput.xml
.DS_Store
*.iml
/src/test/resources/unittesting/artifact/bin/run-plan.cmd
/src/test/resources/unittesting/artifact/bin/run-script.cmd
/src/test/resources/unittesting/artifact/script/unittesting.macro.xlsx