Files
ontime/.dockerignore
T
Alex Christoffer Rasmussen 313590905f fix docker ignore (#1780)
2025-09-21 07:42:47 +02:00

25 lines
342 B
Plaintext

# Ignore config files
.prettier*
# Ignore install stuff
**/yarn.lock
**/yarn-error.log
# Ignore test files
**/__tests__/**
**/**.test.js
# Ignore git and cache folders
.git
.gitignore
.cache
# Ignore build folders
node_modules
**/node_modules
**/dist
# Ignore default volumes created by running docker compose up
ontime-db
ontime-styles