mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
These files were committed before the gitignore rule was added. Removes 29 tracked files and adds Auto Run Docs/ to .gitignore. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 lines
587 B
Plaintext
38 lines
587 B
Plaintext
datasets/
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
*.tmp
|
|
*.temp
|
|
.install-version
|
|
.claude/settings.local.json
|
|
.claude/agents/
|
|
.claude/skills/
|
|
plugin/data/
|
|
plugin/data.backup/
|
|
package-lock.json
|
|
bun.lock
|
|
private/
|
|
datasets/
|
|
Auto Run Docs/
|
|
|
|
# Generated UI files (built from viewer-template.html)
|
|
src/ui/viewer.html
|
|
|
|
# Local MCP server config (for development only)
|
|
.mcp.json
|
|
.cursor/
|
|
|
|
# Prevent literal tilde directories (path validation bug artifacts)
|
|
~*/
|
|
|
|
# Prevent other malformed path directories
|
|
http*/
|
|
https*/
|
|
|
|
# Ignore WebStorm project files (for dinosaur IDE users)
|
|
.idea/
|