19 lines
252 B
Plaintext
19 lines
252 B
Plaintext
**/node_modules
|
|
|
|
docs/.vuepress/.cache
|
|
docs/.vuepress/.temp
|
|
docs/.vuepress/dist
|
|
|
|
.trae/
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Build and Publish output
|
|
_publish/
|
|
|
|
# Local resources storage (not uploaded)
|
|
resources/
|
|
|
|
# Ensure .gitkeep files are always tracked
|
|
!**/.gitkeep
|