(MODULES-3435) Fix gitignore and fixtures directory
This change more accurately reflects what is being ignored and what's required as fixtures.
This commit is contained in:
parent
5c51463c1f
commit
daa80f168f
3 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,10 +2,12 @@
|
|||
pkg/
|
||||
Gemfile.lock
|
||||
vendor/
|
||||
spec/fixtures/
|
||||
spec/fixtures/manifests/site.pp
|
||||
spec/fixtures/modules/*
|
||||
.vagrant/
|
||||
.bundle/
|
||||
coverage/
|
||||
log/
|
||||
.idea/
|
||||
*.iml
|
||||
tmp/
|
||||
|
|
1
spec/fixtures/modules/stdlib/lib
vendored
1
spec/fixtures/modules/stdlib/lib
vendored
|
@ -1 +0,0 @@
|
|||
../../../../lib/
|
1
spec/fixtures/modules/stdlib/manifests
vendored
1
spec/fixtures/modules/stdlib/manifests
vendored
|
@ -1 +0,0 @@
|
|||
../../../../manifests/
|
Loading…
Reference in a new issue