mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
20 lines
150 B
Plaintext
20 lines
150 B
Plaintext
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Temporary files
|
|
node_modules
|
|
**/*~
|
|
**/*.log
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
|
|
# Build
|
|
.nuxt
|
|
src/.nuxt
|
|
output
|
|
dist
|
|
|
|
# Environment
|
|
.env
|