mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
20 lines
226 B
Text
20 lines
226 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
# Agent and Opencode configurations
|
|
.agents/
|
|
.opencode/
|
|
opencode.jsonc
|