Skip to content

Commit

Permalink
feat: add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lfelipediniz committed Aug 20, 2024
1 parent 6ad6bc7 commit a3b169b
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 4,677 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

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

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion .next/server/server-reference-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .next/server/server-reference-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "ETd+Kh8mgdxU53n8TohdV5HURJNwFc1judctoVwlxIo="
"encryptionKey": "dNK9GSzD4XKmOnoW7z5+1ZIOc5cwTi9pVJu1zdM+O8E="
}
4 changes: 2 additions & 2 deletions .next/trace

Large diffs are not rendered by default.

4,673 changes: 0 additions & 4,673 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a3b169b

Please sign in to comment.