Skip to content

Commit 16d9679

Browse files
committed
more folders to cleanup
1 parent 4342162 commit 16d9679

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k
2020
.gitmodules \
2121
.gitpod.dockerfile \
2222
.gitpod.yml \
23+
.cursor/ \
24+
.junie/ \
25+
.husky/ \
26+
.vscode/ \
2327
api-docs \
2428
cypress \
2529
cypress.json \
@@ -34,10 +38,8 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k
3438
vite.config.js \
3539
tests/songs/ \
3640
pnpm-lock.yaml \
37-
.husky/ \
3841
README.md \
3942
CODE_OF_CONDUCT.md \
40-
.vscode/ \
4143
tailwind.config.js \
4244
eslint.config.js \
4345
postcss.config.cjs \

0 commit comments

Comments
 (0)