mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
🔧 chore: gitignore build artifacts and misc updates
- Add drizzle.config.* compiled files to gitignore - Add packages/*/src/*.js patterns for compiled TS - Update picture design tokens - Update matrix-tts-bot storage state - Add microservices API overview doc
This commit is contained in:
parent
f6517733e2
commit
60b7cad508
5 changed files with 995 additions and 531 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -55,6 +55,16 @@ coverage/
|
|||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Drizzle compiled config files
|
||||
drizzle.config.js
|
||||
drizzle.config.d.ts
|
||||
drizzle.config.js.map
|
||||
|
||||
# Compiled JS in packages (src should be TS only)
|
||||
packages/*/src/**/*.js
|
||||
packages/*/src/**/*.js.map
|
||||
packages/*/src/**/*.d.ts
|
||||
|
||||
# Cache
|
||||
.cache/
|
||||
.parcel-cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue