Skip to content

Commit

Permalink
Add new output and configuration files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Dec 29, 2024
1 parent a280bb0 commit 7a3d8e6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Environment variables
.env
.output
stats.html
stats-*.json
.wxt
web-ext.config.ts

# Editor directories and files
.vscode/*
Expand All @@ -24,4 +23,4 @@ dist-ssr
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sw?

0 comments on commit 7a3d8e6

Please sign in to comment.