mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 00:24:21 +02:00
32 lines
286 B
Plaintext
32 lines
286 B
Plaintext
**/Dockerfile*
|
|
.git
|
|
.DS_Store
|
|
**/node_modules*
|
|
build
|
|
.cache
|
|
|
|
## Vite
|
|
app/dist
|
|
app/**/.vite
|
|
|
|
## Tests
|
|
**/tests
|
|
**/*.tests.js
|
|
|
|
# local env files
|
|
**/.env
|
|
**/.env.local
|
|
**/.env.*.local
|
|
|
|
# Log files
|
|
**/*.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|