Files
ontime/.dockerignore
T
Alex Christoffer Rasmussen 12bc323e57 Fix build (#1813)
* fix resolver build

* fix docker build

* node version in docker via arg

* add step to setup auth for pnpm

* lint

---------

Co-authored-by: Joel Wetzell <jwetzell@yahoo.com>
2025-10-08 10:44:53 +02:00

24 lines
334 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
# Ignore default volumes created by running docker compose up
ontime-db
ontime-styles