https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 34252c922b761a8f4d1debc21d784a835a58ed24 authored by Antoine Musso on 02 June 2017, 20:05:18 UTC
kibana: allow any arbitrary setting
Tip revision: 34252c9
.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 and related support path:
/doc/*
!/doc/README
*.yardoc*
/.yardwarns

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

# local ruby configuration
/.rbenv-version
/Gemfile.lock

# python venv wrapper
/.tox

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