chore: add .gitignore and configure remote
This commit is contained in:
parent
2122182c56
commit
f48fba5361
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# deps
|
||||||
|
node_modules/
|
||||||
|
.pnpm-store/
|
||||||
|
|
||||||
|
# build outputs
|
||||||
|
dist/
|
||||||
|
.next/
|
||||||
|
.turbo/
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
# env files: per project decision, .env.development and .env.production
|
||||||
|
# ARE committed to this private Gitea. Only ignore example overrides:
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|
||||||
|
# logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
# editor
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# runtime data (mounted volumes from compose)
|
||||||
|
dev-data/
|
||||||
|
data/
|
||||||
|
|
||||||
|
# test coverage
|
||||||
|
coverage/
|
||||||
|
.vitest-cache/
|
||||||
Loading…
x
Reference in New Issue
Block a user