mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
45 lines
479 B
Plaintext
45 lines
479 B
Plaintext
node_modules
|
|
.next
|
|
.env*
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.dockerignore
|
|
*.log
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
coverage
|
|
.nyc_output
|
|
.cache
|
|
dist
|
|
build
|
|
*.tgz
|
|
*.tar.gz
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.npm
|
|
.yarn-integrity
|
|
.pnpm-debug.log*
|
|
.npmrc
|
|
.yarnrc
|
|
.pnpmrc
|
|
.prettierrc
|
|
.eslintrc
|
|
.eslintignore
|
|
.prettierignore
|
|
.stylelintrc
|
|
postcss.config.js
|
|
tailwind.config.js
|
|
next.config.js
|
|
next-env.d.ts
|
|
tsconfig.json
|
|
prisma/dev.db
|
|
INITIAL_SETUP.md
|
|
API_DOCS.md
|
|
INDICATIONS_POUR_LLMS.md
|
|
scripts/seed-test.js
|