mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-18 22:22:31 +00:00
19 lines
142 B
Plaintext
19 lines
142 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
|
|
# env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|