mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-10 09:34:21 +02:00
40 lines
353 B
Plaintext
40 lines
353 B
Plaintext
Dockerfile*
|
|
.git
|
|
postgres
|
|
dump.sql
|
|
.DS_Store
|
|
node_modules*
|
|
build
|
|
.cache
|
|
|
|
## Tests
|
|
|
|
tests
|
|
*.tests.js
|
|
|
|
# local env files
|
|
.env.local
|
|
.env
|
|
.env.*.local
|
|
|
|
# Log files
|
|
*.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Yarn
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|
|
.pnp.* |