moyf_easy-copy/.gitignore
Moy f2e9c89613 optimize the code and text
- enable all types by default
- optimize the setting text and notice
- remove useless codes
2025-03-23 19:41:12 +08:00

32 lines
439 B
Text

# 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
# Exclude Windows Explorer (Resource Manager) View States
Thumbs.db
# Exclude zip
*.zip
easy-copy/
# env
.env