mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Some checks failed
Node.js CI / build (push) Has been cancelled
# Conflicts: # .gitignore # package.json # pnpm-lock.yaml # prisma/migrations/16_boards/migration.sql # prisma/schema.prisma # src/app/(main)/MobileNav.tsx # src/app/(main)/websites/[websiteId]/WebsiteHeader.tsx # src/app/(main)/websites/[websiteId]/settings/WebsiteShareForm.tsx # src/components/common/SideMenu.tsx # src/lib/types.ts
49 lines
481 B
Text
49 lines
481 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
.pnpm-store
|
|
package-lock.json
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next
|
|
/out
|
|
|
|
# production
|
|
/build
|
|
/public/script.js
|
|
/geo
|
|
/dist
|
|
/generated
|
|
/src/generated
|
|
pm2.yml
|
|
|
|
# misc
|
|
.DS_Store
|
|
.idea
|
|
.yarn
|
|
*.iml
|
|
*.log
|
|
.vscode
|
|
.tool-versions
|
|
.claude
|
|
tmpclaude*
|
|
nul
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env
|
|
.env.*
|
|
*.env.*
|
|
|
|
*.dev.yml
|
|
|