summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f0ba80ee536616b766149b982ea1fafe4a239746 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Ignore Mac temp files
.DS_Store

# 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/

# Vagrant
.vagrant

# IntelliJ
.idea/
*.iml

# Eclipse
.project
/.pydevproject

# Python
.tox/
__pycache__/
*.pyc

# node
node/
node_modules/
foo/
holmes/

# build
usecase-ui/

#settings
.vscode/