mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 18:53:11 +02:00
36 lines
322 B
Plaintext
36 lines
322 B
Plaintext
# Dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
/coverage
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
*.key
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env*.local
|
|
*.bak
|
|
*_keys.json
|
|
cors.json
|
|
|
|
# Vercel build artifacts
|
|
.vercel/output/
|
|
.vercel/builders/
|
|
build.log
|