force-orange-2022/.dockerignore
2024-03-23 17:52:33 +01:00

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.*