Files
ontime/.dockerignore
T
2024-05-19 21:16:39 +02:00

19 lines
270 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
.cache
# Ignore default volumes created by running docker compose up
ontime-db
ontime-styles