update git ignore

This commit is contained in:
iqbal024 2025-05-07 12:03:32 +07:00
parent 2026b5c594
commit fa23c9981a
29 changed files with 31 additions and 61 deletions

29
.gitignore vendored
View File

@ -1,7 +1,34 @@
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
/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

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"IPUhc09bxUU4f/UqW55vBChw6oJgL6MduXrXo5wfWFc=\"\n}"
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"HE9pXy2qH1cZ54kFCj1HxilxqBJwWcgrD4YwnlWpr5Q=\"\n}"

View File

@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "IPUhc09bxUU4f/UqW55vBChw6oJgL6MduXrXo5wfWFc="
"encryptionKey": "HE9pXy2qH1cZ54kFCj1HxilxqBJwWcgrD4YwnlWpr5Q="
}

File diff suppressed because one or more lines are too long