https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: f50776d972b276c3dc62814ee0c2366a3038a7d0 authored by Giuseppe Lavagetto on 11 October 2016, 07:25:26 UTC
hiera: convert expand_path hierarchies to use full key
Tip revision: f50776d
.gitignore
# Puppet's repository shouldn't have any editor backup files
*~

# Ignore .project (for eclipse/geppetto)
.project

# vim swap files are unwanted
*.swp

# Compiled Python files are useless
*.pyc

/private/

# Automatically generated documentation:
/doc/*
!/doc/README

# ctags generated file (see `rake tags`)
/tags

# local ruby configuration
/.rbenv-version

# python venv wrapper
/.tox

# Jetbrain's IDEA editor settings
/.idea
/*.iml
back to top