1 Star 0 Fork 0

CWQ/gitignore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WordPress.gitignore 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rohan Vakharia 提交于 2019-05-12 18:35 . Updated ignored list (#2972)
# ignore everything in the root except the "wp-content" directory.
!wp-content/
# ignore everything in the "wp-content" directory, except:
# "mu-plugins", "plugins", "themes" directory
wp-content/*
!wp-content/mu-plugins/
!wp-content/plugins/
!wp-content/themes/
# ignore these plugins
wp-content/plugins/hello.php
# ignore specific themes
wp-content/themes/twenty*/
# ignore node dependency directories
node_modules/
# ignore log files and databases
*.log
*.sql
*.sqlite
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cwq126/gitignore.git
git@gitee.com:cwq126/gitignore.git
cwq126
gitignore
gitignore
master

搜索帮助