mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 25 additions and 1 deletions
@ -1,3 +1,27 @@ |
|||||
|
# OS artifacts |
||||
.DS_Store |
.DS_Store |
||||
|
Thumbs.db |
||||
*.swp |
*.swp |
||||
node_modules |
*.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 |
||||
|
|||||
Loading…
Reference in new issue