summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: a3eb8862431bffcee654cd956df37a1ebf2226ab (plain)
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
# Ignore Vim temporary files
.*.sw?

# Ignore changes to the JJB Configuration File
jenkins.ini

# Maven
target/

# Vagrant
.vagrant

# IntelliJ
.idea/
*.iml

# Emacs
*~
\.\#*
\#*

# Python Virtualenv
venv/

# VSCode
.vscode