42 lines
364 B
Plaintext
42 lines
364 B
Plaintext
# Binaries
|
|
bin/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
.next/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.cover
|
|
*.coverage
|
|
coverage.out
|
|
|
|
# Console build output
|
|
console/dist/
|
|
console/.vite/
|