Skip to content

Commit

Permalink
chore: clean gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Feb 22, 2024
1 parent a191e44 commit 4569421
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*]
tab_width = 2
indent_size = 2
21 changes: 0 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,10 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Dependencies
node_modules
.pnp
.pnp.js

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Testing
coverage

# Turbo
.turbo

# Vercel
.vercel

# Build Outputs
.next/
out/
build
dist


Expand All @@ -35,4 +15,3 @@ yarn-error.log*

# Misc
.DS_Store
*.pem

0 comments on commit 4569421

Please sign in to comment.