Jenkins shared library and CDK constructs for AWS infrastructure. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
31 lines
206 B
Plaintext
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
|
|
|