Created
July 2, 2019 18:15
-
-
Save TJM/b85d2971378fdecab23c57da0c3f8da2 to your computer and use it in GitHub Desktop.
Puppet PDK .sync.yml for our control-repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
.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