Skip to content

Frontend Svelte/Vite config files were ignored by .gitignore #3

@juananpe

Description

@juananpe

Frontend Svelte/Vite config files were ignored by .gitignore

Description

While adding or updating frontend/svelte-app/svelte.config.js and frontend/svelte-app/vite.config.js, those files were not visible in git status and therefore were not being committed. The Svelte build in Docker reported "No adapter specified" during the frontend build; investigation revealed the app's Svelte config existed locally but git ignored it.

Root cause

A broad .gitignore rule (matching *.config.js) caused Svelte/Vite config files under frontend/svelte-app to be ignored.
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions