mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
50 lines
468 B
Text
50 lines
468 B
Text
# Jekyll
|
|
_site/
|
|
.sass-cache/
|
|
.jekyll-cache/
|
|
.jekyll-metadata
|
|
.bundle/
|
|
vendor/
|
|
|
|
# Ruby
|
|
*.gem
|
|
Gemfile.lock
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Build
|
|
build/
|
|
dist/
|
|
deploy/
|
|
tmp/
|
|
highlightdoc/
|
|
|
|
# MainWP specific
|
|
mainwp-hooks-old/
|
|
mainwp-hooks-temp/
|
|
hooks-generator/vendor/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Memory Bank
|
|
memory-bank/
|
|
.clineignore
|
|
.clinerules.md
|
|
|
|
# Cache
|
|
*.log
|
|
.cache/
|