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

@@ -1,10 +1,10 @@
/// <reference types="react" />
import type { BuildManifest } from 'next/dist/server/get-page-files';
import type { BuildManifest } from '../../server/get-page-files';
import type { ServerRuntime } from 'next/types';
import type { NEXT_DATA } from 'next/dist/shared/lib/utils';
import type { FontConfig } from 'next/dist/server/font-utils';
import type { NextFontManifest } from 'next/dist/build/webpack/plugins/next-font-manifest-plugin';
import type { DeepReadonly } from 'next/dist/shared/lib/deep-readonly';
import type { NEXT_DATA } from './utils';
import type { FontConfig } from '../../server/font-utils';
import type { NextFontManifest } from '../../build/webpack/plugins/next-font-manifest-plugin';
import type { DeepReadonly } from './deep-readonly';
export type HtmlProps = {
__NEXT_DATA__: NEXT_DATA;
strictNextHead: boolean;