https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: f621f1b58fe387db98eb0f81690861167f7eb527 authored by Alex Monk on 05 April 2016, 22:56:32 UTC
Send wikipedia.org/apple-app-site-association to the right file without an external redirect
Tip revision: f621f1b
.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