dockerignore cleanup

This commit is contained in:
Ryan
2025-04-23 01:50:24 -04:00
committed by GitHub
parent a81d9cb940
commit 66f13fd6a7

View File

@@ -1,21 +1,14 @@
# Source control # dockerignore
.git .git
.gitignore .gitignore
.github .github
.github/** .github/**
Dockerfile* Dockerfile*
resources/ resources/
# Node dependencies
node_modules/ node_modules/
# Logs and temp files
*.log *.log
tmp/ tmp/
# Local env settings
.env .env
# IDE/project files
.vscode/ .vscode/
.DS_Store .DS_Store