10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
# Exclude secrets and dev artifacts from Docker context
|
|
.env
|
|
server/.env
|
|
**/.env.local
|
|
**/node_modules
|
|
.git
|
|
.vscode
|
|
.cursor*
|
|
*.tar.gz
|