mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 05:46:28 +02:00
👷 Build with a Dockerfile
This commit is contained in:
40
.dockerignore
Normal file
40
.dockerignore
Normal file
@@ -0,0 +1,40 @@
|
||||
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.*
|
Reference in New Issue
Block a user