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:
Ruben Davila 2016-05-27 20:29:38 -05:00
parent 32b9276c25
commit 1c09c21a97
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -46,4 +46,4 @@ rails_best_practices_output.html
tmp/
vendor/bundle/*
builds/*
shared/*
/shared/*