EITS-web/.dockerignore
2025-12-09 11:10:06 -05:00

12 lines
254 B
Plaintext

# Ignore node_modules, we'll install them in the container
node_modules
# Ignore build output, it will be generated in the container
build
# Ignore Docker files
Dockerfile
docker-compose.yml
# Ignore git folder
.git
# Ignore svelte kit files
.svelte-kit