Skip to content

Commit

Permalink
chore: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Jul 20, 2024
1 parent 44ed344 commit a5a97e4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Edit at https://www.toptal.com/developers/gitignore?templates=node

### Node ###

# Logs
logs
*.log
Expand Down Expand Up @@ -91,8 +92,20 @@ web_modules/
.next
out

# Nuxt.js build / generate output
# Misc
.DS_Store
.fleet
.idea

# Nitro build / generate output
.nitro
.output

# Nuxt dev / build / generate output
.cache
.data
.nuxt
.output
dist

# Gatsby files
Expand Down

0 comments on commit a5a97e4

Please sign in to comment.