diff --git a/.gitignore b/.gitignore index 93e066f..4e35571 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ # Contains DB passwords -.env.dev -# Contains Koel APP_KEY -.env.koel +.env* # Cache for direnv .direnv/ .envrc diff --git a/Dockerfile b/Dockerfile index c1a46ca..57ab5c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,10 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k .gitmodules \ .gitpod.dockerfile \ .gitpod.yml \ + .cursor/ \ + .junie/ \ + .husky/ \ + .vscode/ \ api-docs \ cypress \ cypress.json \ @@ -31,7 +35,16 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k ruleset.xml \ scripts/ \ tag.sh \ - vite.config.js + vite.config.js \ + tests/songs/ \ + pnpm-lock.yaml \ + README.md \ + CODE_OF_CONDUCT.md \ + tailwind.config.js \ + eslint.config.js \ + postcss.config.cjs \ + commitlint.config.js \ + .htaccess.example # Install koel runtime dependencies. RUN apt-get update \