root all the gitignore patterns to avoid unintentional matches
This commit is contained in:
parent
ad7d12e460
commit
1fcce9082f
1 changed files with 8 additions and 8 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,9 +1,9 @@
|
|||
pkg/
|
||||
Gemfile.lock
|
||||
vendor/
|
||||
spec/fixtures/
|
||||
.vagrant/
|
||||
.bundle/
|
||||
coverage/
|
||||
.idea/
|
||||
/pkg/
|
||||
/Gemfile.lock
|
||||
/vendor/
|
||||
/spec/fixtures/
|
||||
/.vagrant/
|
||||
/.bundle/
|
||||
/coverage/
|
||||
/.idea/
|
||||
*.iml
|
||||
|
|
Loading…
Reference in a new issue