mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
12bc323e57
* 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>
24 lines
334 B
Plaintext
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
|