You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
322 B

# Keep Docker build context lean for faster Railway uploads and builds.
# Main savings: local dependencies, VCS data, build artifacts.
node_modules
.git
dist
coverage
.nx
# Local/dev metadata not needed in container build context.
.env
.env.*
.DS_Store
*.log
# Project-specific local work artifacts.
docs
tasks
thoughts