mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 10:54:39 +00:00
17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Allow files and directories
|
|
!.env
|
|
!src
|
|
!nuxt.config.ts
|
|
!tsconfig.json
|
|
!package.json
|
|
!package-lock.json
|
|
|
|
# Ignore unnecessary files inside allowed directories
|
|
**/*~
|
|
**/*.log
|
|
**/.DS_Store
|
|
**/Thumbs.db
|