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