mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
# We want to include the THIRD_PARTY_LICENSES.md file in the Docker image,
|
|
# but not other .md files
|
|
**/*.md
|
|
!**/THIRD_PARTY_LICENSES.md
|
|
**/.env
|
|
.cache
|
|
assets
|
|
node_modules
|
|
packages/node-dev
|
|
packages/**/node_modules
|
|
packages/**/dist
|
|
packages/**/.turbo
|
|
packages/**/*.test.*
|
|
.git
|
|
.github
|
|
!.github/scripts
|
|
*.tsbuildinfo
|
|
docker/compose
|
|
docker/**/Dockerfile
|
|
.vscode
|
|
packages/testing |