Fixed a logging problem
[holmes/rule-management.git] / .gitignore
1 # Ignore Vim temporary files
2 .*.sw?
3
4 # Ignore changes to the JJB Configuration File
5 jenkins.ini
6
7 # We don't want .netrc files since they're credential files
8 .netrc
9
10 # Maven
11 target/
12 dependency-reduced-pom.xml
13
14 # Vagrant
15 .vagrant
16
17 # IntelliJ
18 .idea/
19 *.iml
20
21 # NodeJS
22 **/package-lock.json