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,4 +1,4 @@
import type { MiddlewareConfig, MiddlewareMatcher, RSCModuleType } from 'next/dist/build/analysis/get-page-static-info';
import type { MiddlewareConfig, MiddlewareMatcher, RSCModuleType } from '../../analysis/get-page-static-info';
import type { webpack } from 'next/dist/compiled/webpack/webpack';
export type ModuleBuildInfo = {
nextEdgeMiddleware?: EdgeMiddlewareMeta;

View File

@@ -1,8 +1,8 @@
import type webpack from 'next/dist/compiled/webpack/webpack';
import { type ValueOf } from 'next/dist/shared/lib/constants';
import type { ModuleReference, CollectedMetadata } from 'next/dist/build/webpack/loaders/metadata/types';
import type { NextConfig } from 'next/dist/server/config-shared';
import type { PageExtensions } from 'next/dist/build/page-extensions-type';
import { type ValueOf } from '../../../shared/lib/constants';
import type { ModuleReference, CollectedMetadata } from './metadata/types';
import type { NextConfig } from '../../../server/config-shared';
import type { PageExtensions } from '../../page-extensions-type';
export type AppLoaderOptions = {
name: string;
page: string;