mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 00:13:53 +00:00
24 lines
323 B
Plaintext
24 lines
323 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
|
|
dist
|
|
|
|
# Ignore default volumes created by running docker compose up
|
|
ontime-db
|
|
ontime-styles
|