- RAG/ subfolder content promoted to repo root (git detected as renames) - Remove parent-level docs/ and .gitignore from tracking (not part of RAG project) - Add .atl/ to .gitignore (local agent caches) - No history rewrite; prior commits preserved as-is
12 lines
165 B
Text
12 lines
165 B
Text
node_modules/
|
|
dist/
|
|
.env
|
|
.env.local
|
|
.env.production.local
|
|
.env.easypanel.local
|
|
.env.*
|
|
!.env.example
|
|
npm-debug.log*
|
|
|
|
# Local agent caches and tooling artifacts
|
|
.atl/
|