-
Notifications
You must be signed in to change notification settings - Fork 88
/
.gitignore
81 lines (64 loc) · 1.45 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
76
77
78
79
80
81
# Instead of adding editor specific entries to this file, please use
# core.excludesFile setting on your global git setting to ignore for
# all oyur repositories, for details see:
# https://git-scm.com/docs/gitignore
#
# Puppet's repository shouldn't have any editor backup files
*~
# Ignore .project (for eclipse/geppetto)
.project
# vim swap files are unwanted
*.sw?
# Compiled Python files are useless
*.pyc
/private/
# Automatically generated documentation and related support path:
/doc/*
!/doc/README
*.yardoc*
/.yardwarns
# ctags generated file (see `rake tags`)
/tags
# local ruby configuration
/.rbenv-version
.ruby-version
/Gemfile.lock
/.bundle/
# bundle install adds gems to vendor/bundle
/vendor/
# python venv wrapper + test artifacts
**/.tox
**/.coverage
# Jetbrain's IDEA editor settings
/.idea
*.iml
# vscode
/.vscode
# Vagrant directory
.vagrant
# Operating systems
## Mac OS X
.DS_Store
## Windows
Thumbs.db
# XXX Pontoon hacks
hieradata/auto.yaml
# files created by shared spec_helper
/spec/fixtures
# Puppet Bolt Hacks
## Bolt Files
/.rerun.json
/bolt-debug.log
/bolt-project.yaml
/hiera.yaml
/inventory.yaml
## Puppet 6.0 dropped the nagios modules, so we clone our own copy
/bolt/modules/nagios_core
/bolt/modules/mailalias_core
## Clone of [email protected]:wikimedia/labs-private.git
/private
# created by beaker
/log
# g10k state files, these improve g10k's speed when syncing modules, but that
# is not a concern at present
.latest_commit