Chore: Upgrade Jenkins-job-builder to 6.2.0
[releng/global-jjb.git] / .gitignore
1 # Ignore nodejs dir created by linting tools
2 node_modules/
3
4 # Ignore Vim temporary files
5 .*.sw?
6
7 # Ignore changes to the JJB Configuration File
8 jenkins.ini
9
10 # Maven
11 target/
12
13 # Vagrant
14 .vagrant
15
16 # IntelliJ
17 .idea/
18 *.iml
19
20 # Eclipse
21 .project
22
23 # Python
24 .tox/
25 __pycache__/
26 *.pyc
27 docs/_build/
28
29 # Node / NPM
30 _cacache/
31 anonymous-cli-metrics.json
32
33 # global-jjb
34 archives/