mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
feat(repo): dockerfile
This commit is contained in:
15
.dockerignore
Normal file
15
.dockerignore
Normal file
@@ -0,0 +1,15 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# Allow files and directories
|
||||
!src
|
||||
!nuxt.config.ts
|
||||
!tsconfig.json
|
||||
!package.json
|
||||
!package-lock.json
|
||||
|
||||
# Ignore unnecessary files inside allowed directories
|
||||
**/*~
|
||||
**/*.log
|
||||
**/.DS_Store
|
||||
**/Thumbs.db
|
||||
Reference in New Issue
Block a user