- Converted all .js files to .ts - Added TypeScript configuration (tsconfig.json) - Added ESLint and Prettier configuration - Updated package.json dependencies - Modified Docker and application configurations
24 lines
217 B
Plaintext
24 lines
217 B
Plaintext
# Node modules
|
|
node_modules/
|
|
dist/
|
|
|
|
# dotenv environment variables
|
|
.env
|
|
|
|
# VSCode settings
|
|
.vscode/
|
|
|
|
# Mac system files
|
|
.DS_Store
|
|
|
|
# Lockfiles
|
|
pnpm-lock.yaml
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
logs/
|
|
*.log
|
|
|
|
# Data directory
|
|
data/
|