24 lines
207 B
Plaintext
24 lines
207 B
Plaintext
# macOS / Windows metadata
|
|
.DS_Store
|
|
*.Zone.Identifier
|
|
|
|
# dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# build artifacts
|
|
*.ait
|
|
*.log
|
|
dist/
|
|
.granite/
|
|
.swc/
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# temp
|
|
tmp/
|
|
*.tmp
|