Public Access
1
0
Files
11ty-site/.dockerignore
2025-08-09 19:35:58 -04:00

13 lines
251 B
Plaintext

# Ignore the node_modules directory, as it will be installed inside the container
node_modules
# Ignore Eleventy's default output directory
_site
# Ignore npm debug logs
npm-debug.log
# Ignore Docker files
Dockerfile
docker-compose.yml