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