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,6 +1,6 @@
import type { FocusAndScrollRef, PrefetchKind, RouterChangeByServerResponse } from 'next/dist/client/components/router-reducer/router-reducer-types';
import type { FetchServerResponseResult } from 'next/dist/client/components/router-reducer/fetch-server-response';
import type { FlightRouterState } from 'next/dist/server/app-render/types';
import type { FocusAndScrollRef, PrefetchKind, RouterChangeByServerResponse } from '../../client/components/router-reducer/router-reducer-types';
import type { FetchServerResponseResult } from '../../client/components/router-reducer/fetch-server-response';
import type { FlightRouterState } from '../../server/app-render/types';
import React from 'react';
export type ChildSegmentMap = Map<string, CacheNode>;
/**