Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
chore: add ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wen-ace committed Mar 14, 2024
1 parent ef8acd1 commit 378189d
Show file tree
Hide file tree
Showing 96 changed files with 16,151 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**/node_modules

/**/.DS_Store

/nuxt
18 changes: 18 additions & 0 deletions .nuxt/app.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

import { updateAppConfig } from '#app'
import { defuFn } from '/Users/acewen/vscode-workplace/materialpro-nuxtjs-free/node_modules/defu/dist/defu.mjs'

const inlineConfig = {
"nuxt": {}
}

// Vite - webpack is handled directly in #app/config
if (import.meta.hot) {
import.meta.hot.accept((newModule) => {
updateAppConfig(newModule.default)
})
}



export default /* #__PURE__ */ defuFn(inlineConfig)
236 changes: 236 additions & 0 deletions .nuxt/components.d.ts

Large diffs are not rendered by default.

1,340 changes: 1,340 additions & 0 deletions .nuxt/dev/index.mjs

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions .nuxt/dist/server/client.manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"@vite/client": {
"prefetch": true,
"isEntry": true,
"file": "@vite/client",
"css": [],
"module": true,
"resourceType": "script"
},
"/Users/acewen/vscode-workplace/materialpro-nuxtjs-free/node_modules/nuxt/dist/app/entry.js": {
"resourceType": "script",
"module": true,
"prefetch": true,
"preload": true,
"isEntry": true,
"file": "/Users/acewen/vscode-workplace/materialpro-nuxtjs-free/node_modules/nuxt/dist/app/entry.js"
}
}
18 changes: 18 additions & 0 deletions .nuxt/dist/server/client.manifest.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export default {
"@vite/client": {
"prefetch": true,
"isEntry": true,
"file": "@vite/client",
"css": [],
"module": true,
"resourceType": "script"
},
"/Users/acewen/vscode-workplace/materialpro-nuxtjs-free/node_modules/nuxt/dist/app/entry.js": {
"resourceType": "script",
"module": true,
"prefetch": true,
"preload": true,
"isEntry": true,
"file": "/Users/acewen/vscode-workplace/materialpro-nuxtjs-free/node_modules/nuxt/dist/app/entry.js"
}
}
6 changes: 6 additions & 0 deletions .nuxt/imports.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export { isVue2, isVue3 } from 'vue-demi';
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData, defineNuxtComponent, useNuxtApp, defineNuxtPlugin, definePayloadPlugin, reloadNuxtApp, useRuntimeConfig, useState, clearNuxtState, useFetch, useLazyFetch, useCookie, useRequestHeaders, useRequestEvent, useRequestFetch, useRequestURL, setResponseStatus, setPageLayout, onNuxtReady, useRouter, useRoute, defineNuxtRouteMiddleware, navigateTo, abortNavigation, addRouteMiddleware, showError, clearError, isNuxtError, useError, createError, defineNuxtLink, useAppConfig, updateAppConfig, defineAppConfig, preloadComponents, preloadRouteComponents, prefetchComponents, loadPayload, preloadPayload, isPrerendered, getAppManifest, getRouteRules, definePayloadReducer, definePayloadReviver, requestIdleCallback, cancelIdleCallback } from '#app';
export { onBeforeRouteLeave, onBeforeRouteUpdate, useLink } from '#vue-router';
export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, defineModel, defineOptions, defineSlots, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue';
export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue';
export { definePageMeta } from '../node_modules/nuxt/dist/pages/runtime/composables';
17 changes: 17 additions & 0 deletions .nuxt/nitro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"date": "2024-03-14T13:32:15.922Z",
"preset": "nitro-dev",
"framework": {
"name": "nitro",
"version": "2.9.1"
},
"versions": {
"nitro": "2.9.1"
},
"dev": {
"pid": 22216,
"workerAddress": {
"socketPath": "/var/folders/y0/55lqhgwn66xf5tm5j9l_sfj80000gn/T/nitro/worker-22216-1.sock"
}
}
}
20 changes: 20 additions & 0 deletions .nuxt/nuxt.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Generated by nuxi
/// <reference types="@nuxtjs/tailwindcss" />
/// <reference types="@nuxt/telemetry" />
/// <reference types="nuxt" />
/// <reference path="types/plugins.d.ts" />
/// <reference path="types/schema.d.ts" />
/// <reference path="types/app.config.d.ts" />
/// <reference types="vite/client" />
/// <reference types="vue-router" />
/// <reference path="types/middleware.d.ts" />
/// <reference path="types/layouts.d.ts" />
/// <reference path="vue-router.d.ts" />
/// <reference path="components.d.ts" />
/// <reference path="types/imports.d.ts" />
/// <reference path="imports.d.ts" />
/// <reference path="nuxt-config-schema" />
/// <reference path="schema/nuxt.schema.d.ts" />
/// <reference path="types/nitro.d.ts" />

export {}
9 changes: 9 additions & 0 deletions .nuxt/nuxt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"_hash": "HC8vkUUCkr",
"project": {
"rootDir": "/Users/acewen/vscode-workplace/materialpro-nuxtjs-free"
},
"versions": {
"nuxt": "3.7.4"
}
}
17 changes: 17 additions & 0 deletions .nuxt/schema/nuxt.schema.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export interface NuxtCustomSchema {

}
export type CustomAppConfig = Exclude<NuxtCustomSchema['appConfig'], undefined>
type _CustomAppConfig = CustomAppConfig

declare module '@nuxt/schema' {
interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
interface CustomAppConfig extends _CustomAppConfig {}
}

declare module 'nuxt/schema' {
interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
interface CustomAppConfig extends _CustomAppConfig {}
}
3 changes: 3 additions & 0 deletions .nuxt/schema/nuxt.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"id": "#"
}
98 changes: 98 additions & 0 deletions .nuxt/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
// Generated by nuxi
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"jsxImportSource": "vue",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"skipLibCheck": true,
"isolatedModules": true,
"useDefineForClassFields": true,
"strict": true,
"noImplicitThis": true,
"esModuleInterop": true,
"allowJs": true,
"noEmit": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"paths": {
"~": [
".."
],
"~/*": [
"../*"
],
"@": [
".."
],
"@/*": [
"../*"
],
"~~": [
".."
],
"~~/*": [
"../*"
],
"@@": [
".."
],
"@@/*": [
"../*"
],
"assets": [
"../assets"
],
"assets/*": [
"../assets/*"
],
"public": [
"../public"
],
"public/*": [
"../public/*"
],
"#app": [
"../node_modules/nuxt/dist/app"
],
"#app/*": [
"../node_modules/nuxt/dist/app/*"
],
"vue-demi": [
"../node_modules/nuxt/dist/app/compat/vue-demi"
],
"#vue-router": [
"./vue-router"
],
"#imports": [
"./imports"
],
"#build": [
"."
],
"#build/*": [
"./*"
],
"#components": [
"./components"
]
}
},
"include": [
"./nuxt.d.ts",
"../**/*",
"../node_modules/@nuxtjs/tailwindcss/runtime",
"../node_modules/@nuxt/telemetry/runtime",
".."
],
"exclude": [
"../node_modules",
"../node_modules/nuxt/node_modules",
"../node_modules/@nuxtjs/tailwindcss/runtime/server",
"../node_modules/@nuxt/telemetry/runtime/server",
"../dist",
"../.output"
]
}
72 changes: 72 additions & 0 deletions .nuxt/tsconfig.server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"allowJs": true,
"resolveJsonModule": true,
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"paths": {
"#imports": [
"./types/nitro-imports"
],
"#paths": [
"../node_modules/nuxt/dist/core/runtime/nitro/paths"
],
"~": [
"./.."
],
"~/*": [
"../*"
],
"@": [
"./.."
],
"@/*": [
"../*"
],
"~~": [
"./.."
],
"~~/*": [
"../*"
],
"@@": [
"./.."
],
"@@/*": [
"../*"
],
"assets": [
"../assets"
],
"assets/*": [
"../assets/*"
],
"public": [
"../public"
],
"public/*": [
"../public/*"
]
}
},
"include": [
"./types/nitro-nuxt.d.ts",
"../node_modules/@nuxtjs/tailwindcss/runtime/server",
"../node_modules/@nuxt/telemetry/runtime/server",
"./types/nitro.d.ts",
"../**/*",
"../server/**/*"
],
"exclude": [
"../node_modules",
"../node_modules/nuxt/node_modules",
"../dist"
]
}
31 changes: 31 additions & 0 deletions .nuxt/types/app.config.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

import type { CustomAppConfig } from 'nuxt/schema'
import type { Defu } from 'defu'


declare const inlineConfig = {
"nuxt": {}
}
type ResolvedAppConfig = Defu<typeof inlineConfig, []>
type IsAny<T> = 0 extends 1 & T ? true : false

type MergedAppConfig<Resolved extends Record<string, unknown>, Custom extends Record<string, unknown>> = {
[K in keyof (Resolved & Custom)]: K extends keyof Custom
? unknown extends Custom[K]
? Resolved[K]
: IsAny<Custom[K]> extends true
? Resolved[K]
: Custom[K] extends Record<string, any>
? Resolved[K] extends Record<string, any>
? MergedAppConfig<Resolved[K], Custom[K]>
: Exclude<Custom[K], undefined>
: Exclude<Custom[K], undefined>
: Resolved[K]
}

declare module 'nuxt/schema' {
interface AppConfig extends MergedAppConfig<ResolvedAppConfig, CustomAppConfig> { }
}
declare module '@nuxt/schema' {
interface AppConfig extends MergedAppConfig<ResolvedAppConfig, CustomAppConfig> { }
}
Loading

0 comments on commit 378189d

Please sign in to comment.