mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-10 21:46:27 +02:00
🔧 make the app docker ready
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
24db804c7f
commit
a0c4396527
32
.dockerignore
Normal file
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
||||
**/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?
|
||||
|
Reference in New Issue
Block a user