mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
29 lines
357 B
Plaintext
29 lines
357 B
Plaintext
# Git and IDE
|
|
.git
|
|
.idea
|
|
*.iml
|
|
|
|
# Node artifacts
|
|
**/node_modules
|
|
**/dist
|
|
**/.nuxt
|
|
**/.output
|
|
|
|
# Maven build output (will be rebuilt in Docker)
|
|
**/target
|
|
|
|
# Desktop / webchat (not needed for server or sites build)
|
|
mateclaw-desktop
|
|
|
|
# Data and logs
|
|
data
|
|
*.log
|
|
|
|
# Misc
|
|
.env
|
|
*.md
|
|
!docs/**/*.md
|
|
!matevip-sites/**/*.md
|
|
!mateclaw-plugin-api/**
|
|
!mateclaw-server/**
|