forked from codice/ddf
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (39 loc) · 759 Bytes
/
.gitignore
File metadata and controls
43 lines (39 loc) · 759 Bytes
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
*.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
# 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