* feat: Add Terraform configuration for AWS * feat: Update data models to use string identifiers and add DynamoDB table configurations * feat: Update Terraform S3 backend configuration
29 lines
366 B
Plaintext
29 lines
366 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
**/node_modules
|
|
|
|
# next.js
|
|
**/.next/
|
|
**/out/
|
|
|
|
# misc
|
|
**/.DS_Store
|
|
**/*.pem
|
|
|
|
# debug
|
|
**/npm-debug.log*
|
|
|
|
# env files (can opt-in for commiting if needed)
|
|
**/.env*
|
|
|
|
# typescript
|
|
**/*.tsbuildinfo
|
|
**/next-env.d.ts
|
|
|
|
# images
|
|
**/public/**
|
|
|
|
# terraform
|
|
**/**/.terraform**
|