24 lines
328 B
Plaintext
24 lines
328 B
Plaintext
# 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 |