git: update general gitignore & web gitignore
This commit is contained in:
parent
4f877f199b
commit
ec98605336
2 changed files with 9 additions and 14 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,21 +1,18 @@
|
|||
# os stuff
|
||||
# OS directory info files
|
||||
.DS_Store
|
||||
desktop.ini
|
||||
|
||||
# npm
|
||||
# node
|
||||
node_modules
|
||||
|
||||
# secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
cookies.json
|
||||
|
||||
# docker
|
||||
docker-compose.yml
|
||||
|
||||
# vscode
|
||||
# ide
|
||||
.vscode
|
||||
|
||||
# cookie file
|
||||
cookies.json
|
||||
|
||||
# page build
|
||||
build
|
||||
|
|
8
web/.gitignore
vendored
8
web/.gitignore
vendored
|
@ -1,10 +1,8 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
# builds
|
||||
/build
|
||||
/.svelte-kit
|
||||
/package
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
|
Loading…
Reference in a new issue