Updated gitignore

This commit is contained in:
anonpenguin23 2026-02-22 11:42:25 +02:00
parent ca86becf85
commit 552fde428e

161
.gitignore vendored
View File

@ -1,64 +1,15 @@
# Binaries for programs and plugins # Binaries
*.exe *.exe
*.exe~ *.exe~
*.dll *.dll
*.so *.so
*.dylib *.dylib
# Test binary, built with `go test -c`
*.test *.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
# Built binaries
bin/ bin/
bin-linux/
dist/ dist/
orama-cli-linux
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.codex/
redeploy-6.sh
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Log files
*.log
# Environment variables
.env
.env.local
.env.*.local
# E2E test config (contains production credentials)
e2e/config.yaml
# Temporary files
tmp/
temp/
*.tmp
# Coverage reports
coverage.txt
coverage.html
profile.out
# Build artifacts # Build artifacts
*.deb *.deb
@ -66,51 +17,79 @@ profile.out
*.tar.gz *.tar.gz
*.zip *.zip
# Local development files # Go
.local/ go.work
local/
data/*
./bootstrap
./node
data/bootstrap/rqlite/
.env.*
configs/
.dev/
.gocache/ .gocache/
.claude/ # Dependencies
.mcp.json # vendor/
.cursor/
# Remote node credentials # Environment & credentials
.env
.env.*
.env.local
.env.*.local
scripts/remote-nodes.conf scripts/remote-nodes.conf
orama-cli-linux
rnd/
keys_backup/ keys_backup/
e2e/config.yaml
vps.txt # Config (generated/local)
configs/
bin-linux/
website/
terms-agreement
./cli
./inspector
results/
phantom-auth/
# Data & databases
data/*
*.db *.db
docs/later_todos/ # IDE & editor files
.vscode/
.idea/
.cursor/
.claude/
.mcp.json
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
# Temporary files
tmp/
temp/
*.tmp
# Coverage & profiling
coverage.txt
coverage.html
profile.out
# Local development
.dev/
.local/
local/
.codex/
results/
rnd/
vps.txt
# Project subdirectories (managed separately)
website/
phantom-auth/
# One-off scripts & tools
redeploy-6.sh
terms-agreement
./bootstrap
./node
./cli
./inspector
docs/later_todos/