13 lines
251 B
Plaintext
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
|