1
0
Fork 0
mirror of https://github.com/imjasonh/claude-test synced 2026-07-08 00:55:34 +00:00
claude-test/.gitignore
Jason Hall 719af59d70
initial commit
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-08-10 17:41:10 -04:00

21 lines
No EOL
225 B
Text

node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.DS_Store
*.log
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
coverage/
.nyc_output/
dist/
build/
.vscode/
.idea/
*.swp
*.swo
*~