mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 10:54:39 +00:00
21 lines
136 B
Plaintext
21 lines
136 B
Plaintext
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
|
|
# Temporary files
|
|
node_modules
|
|
tmp
|
|
*.log*
|
|
|
|
# Build
|
|
src/.nuxt
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
.output
|
|
dist
|
|
|
|
# Environment
|
|
.env
|