mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-08-14 01:24:19 +00:00
chore(quiz): add .gitignore and untrack node_modules and .next
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# env files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
Reference in New Issue
Block a user