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
|
.DS_Store
|
||||||
build/
|
build/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
vendor/
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
*.swp
|
*.swp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue