mirror of
https://github.com/Pavelevich/claw-alexa.git
synced 2026-03-11 21:54:15 +01:00
39 lines
319 B
Plaintext
39 lines
319 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Environment and secrets
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
env.json
|
|
*.pem
|
|
*.key
|
|
|
|
# Build artifacts
|
|
lambda.zip
|
|
dist/
|
|
.next/
|
|
out/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Vercel
|
|
.vercel/
|
|
|
|
# Local testing
|
|
test-*.json
|
|
*.zip
|