Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Dec 14, 2024
1 parent e67b8c1 commit 7aadb67
Showing 1 changed file with 66 additions and 2 deletions.
68 changes: 66 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,68 @@
.vscode
# .gitignore v1.4.0
# https://gist.github.com/Sandros94/7f3dc1539c8f5905c495aa1bb417589c

# Dependencies
node_modules

# Temp directories
.temp
.tmp
.cache

# Generated dirs
dist
types

# Nuxt
.nitro
.nuxt
.output
.data
.vercel_build_output
.build-*
.netlify

# PNPM
.pnpm-store

# Yarn
**/.yarn/cache
**/.yarn/*state*

# Local env files
.env
.env.*
!.env.example

# Testing
reports
coverage
*.lcov
.nyc_output

# Logs
logs
*.log

# VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Intellij idea
*.iml
.idea

# OSX
.DS_Store
.AppleDouble
.LSOverride
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Project specific

0 comments on commit 7aadb67

Please sign in to comment.