mirror of
https://github.com/furyhawk/agent_delta.git
synced 2026-07-21 02:05:36 +00:00
20 lines
161 B
Plaintext
20 lines
161 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
.next/
|
|
out/
|
|
dist/
|
|
|
|
# Cache
|
|
.cache/
|
|
|
|
# Misc
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|