Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 44 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
.vscode
node_modules
# 📦 Dependencies
node_modules/
.yarn/cache
.yarn/install-state.gz
ts/dest
/build
# 🛡️ SAFETY: Ignore error logs to keep the repo clean
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# 🏗️ Build & Output
# Using a trailing slash matches directories specifically
/build/
ts/dest/
# Common other build artifacts (just in case)
dist/
out/
coverage/

# 🔐 Security & Environment
# CRITICAL: Never commit environment variable files containing secrets!
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# 🖥️ OS & System Files
.DS_Store
Thumbs.db
.idea/

# 🆚 Editor Config (Smart Approach)
# Don't ignore the whole .vscode folder!
# We want to share 'extensions.json' and 'launch.json' but ignore local user state.
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# 🚀 Somnia/Aztec Specifics (Based on context)
# If you have generated circuit artifacts that shouldn't be committed:
# proofs/
# circuits/*.json