1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

fix(gitignore): fix rules for nuxt

This commit is contained in:
2022-11-25 01:37:08 +07:00
parent 9f6e2bd0d5
commit bca8e0aada
3 changed files with 5 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
# Allow files and directories
!.env
!src
!packages
!nuxt.config.ts
!tsconfig.json
!package.json

11
.gitignore vendored
View File

@@ -2,7 +2,6 @@
.vscode
.idea
# Temporary files
node_modules
**/*~
@@ -11,12 +10,10 @@ node_modules
**/Thumbs.db
# Build
**/.nuxt
**/.nitro
**/.cache
**/.output
**/dist
.nuxt
src/.nuxt
output
dist
# Environment
.env
.env

BIN
packages/matrix/dist/matrix.wasm vendored Normal file

Binary file not shown.