summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 91ab9d6c77345c70e9fbcbc0c0490311dac6910c (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
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
96
97
98
99
100
101
102
103
104
105
106
107
.autotest
coverage
.DS_Store
pkg/*
tags
*/tags
*~
.chef
results
*.swp

# Docker
.dobi

# You should check in your Gemfile.lock in applications, and not in gems
external_tests/*.lock
/Gemfile.local

# ignore some common Bundler 'binstubs' directory names
# http://gembundler.com/man/bundle-exec.1.html
b/
binstubs/
.bundle
# RVM and RBENV ruby version files
.rbenv-version
.rvmrc
.ruby-version
.ruby-gemset

# IDE files
.project
.idea

# Documentation
_site/*
.yardoc/
doc/

# Test Kitchen
.kitchen/

# Vagrant
Vagrantfile
.vagrant/

# Kitchen Tests lock files and chef data
kitchen-tests/nodes/*
kitchen-tests/Gemfile.lock
kitchen-tests/Berksfile.lock

# Temporary files present during spec runs
spec/data/test-dir
spec/data/nodes
spec/data/chef_guid
/config/


vendor/
kitchen-tests/vendor

# Visual Studio Code files
.vscode

# ignore nodes generated during local testing
nodes/

# chef-config
chef-config/.bundle
chef-config/Gemfile.lock
chef-config/pkg

# chef-bin
chef-bin/.bundle
chef-bin/Gemfile.lock
chef-bin/pkg

# chef-utils
chef-utils/.bundle
chef-utils/Gemfile.lock
chef-utils/pkg

# knife
knife/.bundle
#knife/Gemfile.lock We need this lockfile (for now) so that chef gets installed with windows gemspec under knife on windows platforms.
knife/pkg
knife/spec/data/test-dir
knife/spec/data/nodes
knife/spec/data/chef_guid

# auto generated docs from the docs.rb rake task
docs_site

# Rendered Templates
ext/win32-eventlog/chef-log.man
distro/powershell/chef/chef.psm1

# tool logs
mkmf.log

# ignore byebug command history file.
.byebug_history

# our custom dictionary pulled from https://github.com/chef/chef_dictionary/
chef_dictionary.txt

# ignore any gems we build locally
*.gem