Initial commit
This commit is contained in:
24
.dockerignore
Normal file
24
.dockerignore
Normal file
@@ -0,0 +1,24 @@
|
||||
# Ignore dependencies
|
||||
node_modules
|
||||
|
||||
# Ignore build output
|
||||
dist
|
||||
|
||||
# Ignore Git and VSCode configuration
|
||||
.git
|
||||
.vscode
|
||||
|
||||
# Ignore tests
|
||||
tests
|
||||
|
||||
# Ignore Docker files
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
|
||||
# Ignore development-specific configuration
|
||||
.prettierignore
|
||||
cspell.json
|
||||
eslint.config.ts
|
||||
jest.config.js
|
||||
pnpm-workspace.yaml
|
||||
Reference in New Issue
Block a user