Skip to content

Commit

Permalink
⚙️ chore: Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuo3o authored Nov 5, 2024
1 parent ddcd36e commit 22ec73a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# compiled output
/dist
/node_modules
/build
*/dist
*/dist-ssr
*/node_modules
*/build
*.local

# Logs
logs
Expand Down Expand Up @@ -54,3 +56,13 @@ pids

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# pem
*.pem

# Editor directories and files
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

0 comments on commit 22ec73a

Please sign in to comment.