Update the gitignore so I don't have to ignore the web-vue folder manually

This commit is contained in:
Oliver Akins 2022-03-12 22:12:21 -06:00
parent 2ee16b2b8a
commit 794f0a62c6
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

2
.gitignore vendored
View file

@ -6,6 +6,8 @@ dist/
.DS_Store
*.toml
!*.template.toml
/web-*
!/web-svelte
# Logs
logs