-
Notifications
You must be signed in to change notification settings - Fork 225
/
.gitignore
75 lines (65 loc) · 1.27 KB
/
.gitignore
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
*.gem
*.rbc
/.config
/.idea
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/spec/fixtures/configs/debug.log
/test/tmp/
/test/version_tmp/
/tmp/
/spec/tmp/
## Documentation cache and generated files:
.yardoc/
/_yardoc/
/doc/
/rdoc/
## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/
Gemfile.lock
Gemfile.local
.ruby-version
.ruby-gemset
.rvmrc
.vagrant/
.byebug_history
# Running Bolt from source
.rerun.json
.plugin_cache.json
.plan_cache.json
.task_cache.json
Boltdir/
bolt.yaml
project.yaml
acceptance/hosts.yaml
# Ignore all modules except for built-in modules
modules/*
!modules/aggregate
!modules/canary
!modules/puppet_connect
!modules/puppetdb_fact
.sass-cache/
locales/
documentation/plan_functions.md
documentation/bolt_command_reference.md
documentation/bolt_cmdlet_reference.md
documentation/bolt_configuration_reference.md
documentation/privilege_escalation.md
documentation/bolt_defaults_reference.md
documentation/bolt_pwsh_reference.md
documentation/bolt_project_reference.md
documentation/bolt_transports_reference.md
documentation/bolt_types_reference.md
documentation/packaged_modules.md
tasks/
plans/
pwsh_module/PuppetBolt.psm1
pwsh_module/PuppetBolt.psd1
pwsh_module/autogenerated.tests.ps1
pwsh_module/en-US
pwsh_module/PuppetBolt