mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-22 22:02:00 +00:00
37 lines
569 B
Plaintext
37 lines
569 B
Plaintext
# WEB
|
|
apps/web/logs
|
|
apps/web/*.log
|
|
apps/web/npm-debug.log*
|
|
apps/web/yarn-debug.log*
|
|
apps/web/yarn-error.log*
|
|
apps/web/pnpm-debug.log*
|
|
apps/web/lerna-debug.log*
|
|
|
|
apps/web/node_modules
|
|
apps/web/dist
|
|
apps/web/dist-ssr
|
|
apps/web/*.local
|
|
|
|
apps/web/# Editor directories and files
|
|
apps/web/.vscode/*
|
|
apps/web/!.vscode/extensions.json
|
|
apps/web/.idea
|
|
apps/web/.DS_Store
|
|
apps/web/*.suo
|
|
apps/web/*.ntvs*
|
|
apps/web/*.njsproj
|
|
apps/web/*.sln
|
|
apps/web/*.sw?
|
|
|
|
#SERVER
|
|
apps/server/node_modules
|
|
apps/server/.env
|
|
apps/server/dist/*
|
|
|
|
#DEFAULT
|
|
.env
|
|
.steering
|
|
data/
|
|
|
|
node_modules/
|
|
screenshots/ |