mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 23:05:48 +00:00
64 lines
858 B
Plaintext
64 lines
858 B
Plaintext
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
bun.lock
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# production
|
|
dist
|
|
build
|
|
tsbuild
|
|
*.js
|
|
!eslint.config.js
|
|
*.tsbuildinfo
|
|
pocketbase
|
|
pb_*/
|
|
medium
|
|
.temp
|
|
server/src/core/routes/app.routes.ts
|
|
server/src/core/routes/generated-routes.ts
|
|
server/src/core/schema.ts
|
|
client/src/module-registry.ts
|
|
|
|
# system files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
logs
|
|
*.log
|
|
|
|
# editor directories and files
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# environment variables & credentials
|
|
*.local
|
|
env/*
|
|
.env
|
|
.env.*
|
|
!env/.env.example
|
|
!env/.env.docker.example
|
|
keys
|
|
|
|
# # module and locale packages (installed from registry)
|
|
# # Note: Tailwind still scans these via @source directives in index.css
|
|
# apps/*
|
|
# !apps/.gitkeep
|
|
# locales/*
|
|
# !locales/.gitkeep
|