Skip to content

Commit

Permalink
🌅
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Mar 2, 2023
0 parents commit 6c785a2
Show file tree
Hide file tree
Showing 40 changed files with 13,795 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# vercel
.vercel

# netlify
.netlify

# dependencies
node_modules
.pnp
.pnp.js

# testing
coverage

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env.*
Loading

0 comments on commit 6c785a2

Please sign in to comment.