mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-07 08:55:22 +01:00
63 lines
940 B
Plaintext
63 lines
940 B
Plaintext
# ------------------------
|
|
# ENVIRONMENT SETTINGS
|
|
# ------------------------
|
|
.env
|
|
|
|
# ------------------------
|
|
# PRODUCTION
|
|
# ------------------------
|
|
/build/
|
|
|
|
# ------------------------
|
|
# BUILT FILES
|
|
# ------------------------
|
|
dist/
|
|
.vercel/
|
|
.netlify/
|
|
.webpack/
|
|
.serverless/
|
|
.astro/
|
|
|
|
# ------------------------
|
|
# DEPENDENCIES
|
|
# ------------------------
|
|
node_modules/
|
|
.yarn/cache/
|
|
.yarn/unplugged/
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnpm/
|
|
.pnp.*
|
|
|
|
# ------------------------
|
|
# LOGS
|
|
# ------------------------
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# ------------------------
|
|
# TESTING
|
|
# ------------------------
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# ------------------------
|
|
# OS SPECIFIC
|
|
# ------------------------
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ------------------------
|
|
# EDITORS
|
|
# ------------------------
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|