Update the gitignore so I don't have to ignore the web-vue folder manually
This commit is contained in:
parent
2ee16b2b8a
commit
794f0a62c6
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,6 +6,8 @@ dist/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.toml
|
*.toml
|
||||||
!*.template.toml
|
!*.template.toml
|
||||||
|
/web-*
|
||||||
|
!/web-svelte
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue