Files
spicy-automation/resources/.dockerignore
Ryan Wilson 68684df471 Initial commit: Spicy CDK automation framework
Jenkins shared library and CDK constructs for AWS infrastructure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-11-18 22:21:00 -08:00

31 lines
206 B
Plaintext

# Dependencies
node_modules/
# Build output
cdk.out/
*.js
*.d.ts
!jest.config.js
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test
coverage/
# Git
.git/
.gitignore
# Misc
*.log
*.tmp