forked from codice/ddf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (41 loc) · 775 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
*.project
*.settings
*.classpath
*.metadata
*.iml
*.idea
*.checkstyle
*.DS_Store
.history
jsconfig.json
.vscode/
node_modules/
node/
lerna-debug.log
npm-debug.log
yarn-error.log
package-lock.json
atlassian-ide-plugin.xml
*.sonar-ide.properties
**/webapp/css/styles.css
platform/solr/**/overlays
distribution/docs/src/main/resources/content/**/.asciidoctor
distribution/docs/src/main/resources/content/**/*.png
**/bin
*.factorypath
# JMeter Related files to ignore
jmeter.log
*.jmx.log
*.jtl
# Maven Ignores (https://raw.githubusercontent.com/github/gitignore/master/Maven.gitignore)
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
coverage/
.nyc_output