FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add .gitignore for SvelteKit project by notthecloudy · Pull Request #4901 · github/gitignore · GitHub

Add .gitignore for SvelteKit project - #4901

Open
notthecloudy wants to merge 1 commit into
github:mainfrom
notthecloudy:main
Open

notthecloudy wants to merge 1 commit into
github:mainfrom
notthecloudy:main

Conversation

Copy link
Copy Markdown

Link to the application or project's homepage

https://svelte.dev/docs/kit

Reasons for making this change

SvelteKit is a widely used web application framework, but there is currently no dedicated SvelteKit template in this repository.

This adds a SvelteKit.gitignore template based on the .gitignore used by the official SvelteKit starter template.

The template includes SvelteKit-specific generated directories such as /.svelte-kit/ and /build/, as well as the framework's supported deployment output directories and Vite-generated timestamp files.

A dedicated template makes it easier for SvelteKit users to create an appropriate .gitignore without having to combine generic JavaScript/Node.js templates with framework-specific rules.

Links to documentation supporting these rule changes
Official SvelteKit repository: https://github.com/sveltejs/kit
Official SvelteKit starter template: https://github.com/sveltejs/kit-template-default
Official SvelteKit starter .gitignore: https://github.com/sveltejs/kit-template-default/blob/main/.gitignore
SvelteKit documentation: https://svelte.dev/docs/kit

Merge and Approval Steps

notthecloudy requested a review from a team as a code owner August 25, 2026 23:36

ArshVermaGit left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This looks good. The SvelteKit-specific .gitignore entries are appropriate and well-scoped.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL