File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11# Contains DB passwords
2- .env.dev
3- # Contains Koel APP_KEY
4- .env.koel
2+ .env *
53# Cache for direnv
64.direnv /
75.envrc
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k
1717 .gitmodules \
1818 .gitpod.dockerfile \
1919 .gitpod.yml \
20+ .cursor/ \
21+ .junie/ \
22+ .husky/ \
23+ .vscode/ \
2024 api-docs \
2125 cypress \
2226 cypress.json \
@@ -28,7 +32,16 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k
2832 ruleset.xml \
2933 scripts/ \
3034 tag.sh \
31- vite.config.js
35+ vite.config.js \
36+ tests/songs/ \
37+ pnpm-lock.yaml \
38+ README.md \
39+ CODE_OF_CONDUCT.md \
40+ tailwind.config.js \
41+ eslint.config.js \
42+ postcss.config.cjs \
43+ commitlint.config.js \
44+ .htaccess.example
3245
3346# Install koel runtime dependencies.
3447RUN apt-get update \
You can’t perform that action at this time.
0 commit comments