Skip to content

Commit

Permalink
Nuxt3 stable code submission
Browse files Browse the repository at this point in the history
  • Loading branch information
webyang-male committed Jun 29, 2024
1 parent 10e457b commit 4c7df2a
Show file tree
Hide file tree
Showing 149 changed files with 13,585 additions and 9,237 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist
.git
.nuxt
.output
node_modules
40 changes: 7 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,8 @@
.DS_Store
.git
Thumbs.db
*.log
.idea

.dist
node_modules/
u.sh
.github*/


# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
node_modules
*.log*
.nuxt
.nitro
.cache
.output
.env
dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
242 changes: 0 additions & 242 deletions .nuxt/components.d.ts

This file was deleted.

Loading

0 comments on commit 4c7df2a

Please sign in to comment.