Edit gitignore file

This commit is contained in:
ParkSuMin
2025-02-24 20:17:54 +03:00
parent 9b16274400
commit d7869378b8
349 changed files with 686 additions and 25860 deletions

View File

@@ -8,6 +8,6 @@ declare class ReadonlyURLSearchParams extends URLSearchParams {
/** @deprecated Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams */
sort(): void;
}
export { redirect, permanentRedirect, RedirectType } from 'next/dist/client/components/redirect';
export { notFound } from 'next/dist/client/components/not-found';
export { redirect, permanentRedirect, RedirectType } from './redirect';
export { notFound } from './not-found';
export { ReadonlyURLSearchParams };