infio-copilot/.gitignore
duanfuxiang 0c7ee142cb init
2025-01-05 11:51:39 +08:00

22 lines
314 B
Plaintext

# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store