mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 08:39:34 +00:00
19 lines
270 B
Plaintext
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
|