Edit gitignore file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { RouteMatch } from 'next/dist/server/future/route-matches/route-match';
|
||||
import type { RouteMatcherProvider } from 'next/dist/server/future/route-matcher-providers/route-matcher-provider';
|
||||
import type { LocaleAnalysisResult } from 'next/dist/server/future/helpers/i18n-provider';
|
||||
import type { RouteMatch } from '../route-matches/route-match';
|
||||
import type { RouteMatcherProvider } from '../route-matcher-providers/route-matcher-provider';
|
||||
import type { LocaleAnalysisResult } from '../helpers/i18n-provider';
|
||||
export type MatchOptions = {
|
||||
skipDynamic?: boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user