Skip to content

Instantly share code, notes, and snippets.

@TJM
Created July 2, 2019 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TJM/b85d2971378fdecab23c57da0c3f8da2 to your computer and use it in GitHub Desktop.
Save TJM/b85d2971378fdecab23c57da0c3f8da2 to your computer and use it in GitHub Desktop.
Puppet PDK .sync.yml for our control-repo
---
.gitignore:
paths:
- /modules
- .vagrant
- vagrant/*/environments/production/*
- vagrant/*/spec/fixtures/modules/*
- .DS_Store
- .DS_Store?
- .rvmrc
- '._*'
- '*~'
- '*#'
- '.#*'
- '\#*#'
- '*.com'
- '*.class'
- '*.dll'
- '*.exe'
- '*.o'
- '*.so'
- '*.7z'
- '*.dmg'
- '*.gz'
- '*.iso'
- '*.jar'
- '*.lock'
- '*.old'
- '*.rar'
- '*.rpm'
- '*.tar'
- '*.zip'
- '*.log'
- '*.sql'
- '*.sqlite'
- '*.vdi'
- '*.swp'
- '.*.sw[a-z]'
- '*.un~'
- .Spotlight-V100
- .Trashes
- ehthumbs.db
- Thumbs.db
- Gemfile.lock
- bin/*
- .bundle/*
- pkg
- .git_hooks_installed
- spec/fixtures/modules/*
.gitlab-ci.yml:
delete: true # UNUSED
.travis.yml:
delete: true # UNUSED
.rubocop.yml:
default_configs:
AllCops:
Exclude:
- modules/**/* # Exclude third party modules added by r10k
- site/profile/files/docker/convoy.spec # Not a ruby file
.pdkignore:
paths:
- /modules # Exclude third party modules added by r10k
- /vagrant # Exclude anything in vagrant, which is used for local development/testing
appveyor.yml:
delete: true # UNUSED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment