mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
27 lines
364 B
Text
27 lines
364 B
Text
# Composer
|
|
/vendor/
|
|
/composer.lock
|
|
|
|
# phpDocumentor cache
|
|
/build/
|
|
|
|
# Generated documentation
|
|
# Uncomment if you want to exclude generated documentation from version control
|
|
# /source-code/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Node modules (if any)
|
|
/node_modules/
|