From 21790abe6c24dbcab29fc8759489ac19f0b0ebb4 Mon Sep 17 00:00:00 2001 From: anthrodjear Date: Fri, 8 May 2026 19:57:11 +0300 Subject: [PATCH] Add .gitignore file --- .gitignore | 112 +++++++++++++++++++++-------------------------------- 1 file changed, 45 insertions(+), 67 deletions(-) diff --git a/.gitignore b/.gitignore index 0f2d17141..2fbfd4a1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,77 +1,55 @@ -# Binaries -# Go build artifacts -bin/ -build/ -*.exe -*.dll -*.so -*.dylib -*.test -*.out -/picoclaw -/picoclaw-test -cmd/**/workspace -.gocache/ -dist/ +# Dependencies +/node_modules/ +/.pnp/ +.pnp.js -# Picoclaw specific +# Testing +/coverage/ -# PicoClaw -.picoclaw/ -config.json -sessions/ -build/ +# Build outputs +/dist/ +/build/ +/out/ -# Coverage +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* -# Secrets & Config (keep templates, ignore actual secrets) -.env -config/config.json -.security.yml -onboard - - -# Test -coverage.txt -coverage.html - -# OS +# Misc .DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local -# Ralph workspace -ralph/ -.ralph/ -tasks/ +# Backup and temporary files +*.bak +*.tmp +*.temp -# Plans -docs/plans/ -docs/superpowers/ +# Git rewrite directory (from the current status) +.git-rewrite/ -# Editors +# Vendor (for Go) +/vendor/ + +# Seahorse generated files (if any) +# Note: we have seahorse source files, so we only ignore generated ones if they appear +# But we don't know the exact pattern, so we leave it commented for now. + +# Frontend specific (if not already covered by root node_modules) +# /web/frontend/node_modules/ +# /web/frontend/.pnp/ +# /web/frontend/.pnp.js + +# IDE .vscode/ .idea/ - -# Added by goreleaser init: -dist/ -*.vite/ - -# Windows Application Icon/Resource -*.syso -.cache/ -web/frontend/.pnpm-store/ -_tmp_* -web/frontend/_tmp_* - -# Test telegram integration -cmd/telegram/ - -# Keep embedded backend dist directory placeholder in VCS -!web/backend/dist/ -web/backend/dist/* -!web/backend/dist/.gitkeep - -.claude/ - -docker/data - -.omc/ +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw?