chore: Add vendor folder to .gitignore

This commit is contained in:
TwiN 2023-01-30 22:21:02 -05:00
parent 22925c9ffc
commit d29ec6a593

12
.gitignore vendored
View File

@ -1,6 +1,18 @@
# IDE
*.iml
.idea
.vscode
# OS
.DS_Store
# JS
node_modules
# Go
/vendor
# Misc
*.db
*.db-shm
*.db-wal