Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Oct 22, 2024
1 parent dcc07ca commit bd23a0a
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
Expand All @@ -9,20 +7,22 @@
/coverage
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/blob-report/

# vercel
.vercel

# next.js
/.next/
/out/

# typescript
*.tsbuildinfo

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
Expand All @@ -32,11 +32,10 @@ yarn-error.log*
# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo

# editor
.vscode

# misc
.DS_Store
*.pem
Thumbs.db

0 comments on commit bd23a0a

Please sign in to comment.