mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
250 B
27 lines
250 B
# OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
|
|
# Node
|
|
node_modules
|
|
|
|
# Build outputs
|
|
src/.nuxt
|
|
src/.output
|
|
|
|
# Env files (may contain secrets)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editor directories
|
|
.vscode
|
|
.idea
|
|
|
|
# Test coverage
|
|
coverage
|
|
|
|
# pnpm
|
|
.pnpm-store
|
|
|