Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dist-ssr
.cache
.DS_Store
.DS_Store?
.idea
.project
.settings
.tmproj
Expand All @@ -40,7 +39,6 @@ dist-ssr
nbproject
Thumbs.db


# Vitest Temp files
tsconfig.vitest-temp.json

Expand All @@ -57,9 +55,6 @@ tsconfig.vitest-temp.json
# Optional npm cache directory
.npm

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# Local Netlify folder
.netlify

Expand All @@ -77,6 +72,12 @@ coverage/
node_modules/
dist/

# Environment variables
.env
.env.*

# Build output
build/



Expand Down