summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b5c48412a4d5e232d956ac14721dcb379199a435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ignore Vim temporary files
.*.sw?

# Ignore changes to the JJB Configuration File
jenkins.ini

# We don't want .netrc files since they're credential files
.netrc

# Maven
target/
dependency-reduced-pom.xml

# Vagrant
.vagrant

# IntelliJ
.idea/
*.iml

# NodeJS
package-lock.json