1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 10:54:39 +00:00
Files
canvas-3d/.dockerignore

18 lines
234 B
Plaintext

# Ignore everything
*
# Allow files and directories
!.env
!src
!packages
!nuxt.config.ts
!tsconfig.json
!package.json
!package-lock.json
# Ignore unnecessary files inside allowed directories
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db