Ignore files under "/shared" directory and not other subdirectories that contains that name
It's working fine now but by making it more explicit we can make tools like 'The Silver Searcher' to parse properly the .gitignore file
This commit is contained in:
parent
32b9276c25
commit
1c09c21a97
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -46,4 +46,4 @@ rails_best_practices_output.html
|
|||
tmp/
|
||||
vendor/bundle/*
|
||||
builds/*
|
||||
shared/*
|
||||
/shared/*
|
||||
|
|
Loading…
Reference in a new issue