diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000000..236b80b4b1 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,36 @@ +# Dependencies +node_modules +**/node_modules + +# Build outputs +.next +**/.next +dist +**/dist +build +**/build + +# Git +.git +.github + +# Testing +coverage +**/coverage +test-results +**/test-results +.turbo +**/.turbo + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# OS +.DS_Store +Thumbs.db + +# Examples and docs +docs