This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tasker/.gitignore
Andrew Trieu 11e61829f1 Wip backend (#4)
* feat: Add new API handlers for user, project, and task management; update package dependencies

* feat: Update .gitignore, add Lambda layer configuration, and refactor DynamoDB handlers to use AWS SDK v3

* feat: Update serverless configuration and refactor API handlers to improve error handling and response structure

* feat: Add Cognito user pool name parameter and update API handlers to include CORS headers

* feat: Update task and project ID formats, add populateSeedData function, and enhance user ID handling

* feat: Update image source paths to use S3 public URL for profile and task attachments
2024-11-23 18:17:00 +02:00

35 lines
440 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
tasker-client/public/**
# terraform
**/.terraform**
# serverless
**/.serverless/**
# zipped layers
**/layers/**.zip