-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (75 loc) · 1.46 KB
/
.gitignore
File metadata and controls
95 lines (75 loc) · 1.46 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
output/
# Leiningen
/target/
/target-gems/
/pom.xml
# Acceptance tests
/junit/
/log/
/.beaker
# Emacs
*#
*~
.#*
# Local overide for testing config
/test-resources/config/local.clj
# Vagrant
/.vagrant/
# A generalized temporary area for local use, tmp for
# general temporary items, and scripts for any local
# scripts.
/tmp
/scripts
# Bundler files
/vendor
/Gemfile.lock
/.vendor
# Used by Puppet Labs packaging system
/ext/packaging/
# VIM swap files
*.swp
# The leiningen temporary/local files
.lein-failures
.lein-deps-sum
.lein-repl-history
# lein-checkouts folder
checkouts
# RVM files for localised setups
.ruby-gemset
.ruby-version
# clj-i18n
/resources/puppetlabs/puppetdb/*.class
/resources/locales.clj
/mp-*
/dev-resources/i18n/bin
/.bundle/
/ext/test-conf/pgbin-requested
/ext/test-conf/pgport-requested
/ext/test-conf/pgver-requested
/ext/test-conf/puppet-ref-requested
/ext/test-conf/openvox-ref-requested
/ext/test-conf/puppetserver-dep
/ext/test-conf/openvox-server-dep
/ext/test-conf/puppetserver-ref-requested
/ext/test-conf/openvox-server-ref-requested
/puppet/state/
/puppetserver/
/openvox-server/
/.clj-kondo/.cache/
/.eastwood
/.nrepl-port
/uberjar.bcpkix
/uberjar.bcprov
# locust output files and python cache
*.csv
*report.html
locust/load-test/__pycache__/
# inellij configs
/.idea
# ovdb local config
/.ovdb.conf
# ovdb sandboxes (default location for pdbboxes)
/dev-resources/sandboxes/
# ovdb test output
/last-integration-run.log
/last-test-run.log