chore: update .gitignore (add vendor/upload/data.db), drop outdated comment
parent
b9da3e6fb7
commit
dfee295709
|
|
@ -1,6 +1,11 @@
|
||||||
# git worktree metadata (do not commit worktrees)
|
# git worktree metadata
|
||||||
.worktrees/
|
.worktrees/
|
||||||
|
|
||||||
# ShopXO runtime files
|
# ShopXO runtime files
|
||||||
shopxo/runtime/
|
shopxo/runtime/
|
||||||
shopxo/vendor/ (if not committed)
|
shopxo/vendor/
|
||||||
|
shopxo/public/static/upload/
|
||||||
|
shopxo/data.db
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue