Add vendor/ to .gitignore, so ag won't search it.
This commit is contained in:
parent
6c21121001
commit
ae0e7ade78
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
.DS_Store
|
||||
build/
|
||||
node_modules/
|
||||
vendor/
|
||||
*.xcodeproj
|
||||
*.swp
|
||||
|
|
Loading…
Reference in a new issue