chore: Remove vendor folder (#414)
* chore: Remove vendor folder * chore: Add vendor folder to .gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,6 +1,18 @@
|
||||
# IDE
|
||||
*.iml
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# JS
|
||||
node_modules
|
||||
|
||||
# Go
|
||||
/vendor
|
||||
|
||||
# Misc
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
Reference in New Issue
Block a user