mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 19:04:41 +00:00
18 lines
234 B
Plaintext
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
|