wpmind/.gitignore
LinuxJoy 9b59e85ad2
Some checks failed
Release Plugin / release (push) Failing after -8h1m16s
chore: restore local tracking of internal docs
Sensitive files tracked locally but excluded from remote push
via push-feicode.sh + .git/push-exclude mechanism.
2026-02-18 16:44:26 +08:00

28 lines
249 B
Text

# IDE
.idea/
.vscode/
*.sublime-*
# OS
.DS_Store
Thumbs.db
# Dependencies
node_modules/
/vendor/
# Build
*.min.js
*.min.css
# But keep vendored JS libraries
!assets/js/vendor/
!assets/js/vendor/**
# Logs
*.log
# Temporary files
*.tmp
*.swp
*~