Files
collective-governance-ai/.gitignore
Nathan Schneider 3a5cd2c299 chore: add VS Code settings directory to .gitignore
Co-authored-by: aider (openai/green-r-raw) <aider@aider.chat>
2025-11-20 15:37:40 -07:00

29 lines
344 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
.aider*
# VS Code settings (IDE specific, usually not needed in repo)
.vscode/