1. # -----------------------------------------------------------------
  2. # .gitignore for WordPress @salcode
  3. # ver 20180808
  4. #
  5. # From the root of your project run
  6. # curl -O https://gist.githubusercontent.com/salcode/b515f520d3f8207ecd04/raw/.gitignore
  7. # to download this file
  8. #
  9. # By default all files are ignored. You'll need to whitelist
  10. # any mu-plugins, plugins, or themes you want to include in the repo.
  11. #
  12. # To ignore uncommitted changes in a file that is already tracked, use
  13. # git update-index --assume-unchanged
  14. #
  15. # To stop tracking a file that is currently tracked, use
  16. # git rm --cached
  17. #
  18. # Change Log:
  19. # 20180808 unignore site.webmanifest
  20. # 20180714 unignore .phpcs.xml.dist
  21. # 20160309 Added favicon files as whitelisted files
  22. # 20150302 Added composer.json as a whitelisted file
  23. # 20150227 Created as fork of https://gist.github.com/salcode/9940509,
  24. # this version ignores all files by default
  25. # -----------------------------------------------------------------
  26. # ignore everything in the root except the "wp-content" directory.
  27. /*
  28. !wp-content/
  29. # ignore everything in the "wp-content" directory, except:
  30. # mu-plugins, plugins, and themes directories
  31. wp-content/*
  32. !wp-content/mu-plugins/
  33. !wp-content/plugins/
  34. !wp-content/themes/
  35. # ignore all mu-plugins, plugins, and themes
  36. # unless explicitly whitelisted at the end of this file
  37. wp-content/mu-plugins/*
  38. wp-content/plugins/*
  39. wp-content/themes/*
  40. # ignore all files starting with . or ~
  41. .*
  42. ~*
  43. # ignore node dependency directories (used by grunt)
  44. node_modules/
  45. # ignore OS generated files
  46. ehthumbs.db
  47. Thumbs.db
  48. # ignore Editor files
  49. *.sublime-project
  50. *.sublime-workspace
  51. *.komodoproject
  52. # ignore log files and databases
  53. *.log
  54. *.sql
  55. *.sqlite
  56. # ignore compiled files
  57. *.com
  58. *.class
  59. *.dll
  60. *.exe
  61. *.o
  62. *.so
  63. # ignore packaged files
  64. *.7z
  65. *.dmg
  66. *.gz
  67. *.iso
  68. *.jar
  69. *.rar
  70. *.tar
  71. *.zip
  72. # -------------------------
  73. # BEGIN Whitelisted Files
  74. # -------------------------
  75. # track these files, if they exist
  76. !.gitignore
  77. !.editorconfig
  78. !.phpcs.xml.dist
  79. !README.md
  80. !CHANGELOG.md
  81. !composer.json
  82. # track favicon files, if they exist
  83. !android-chrome-*.png
  84. !apple-touch-icon*.png
  85. !browserconfig.xml
  86. !favicon*.png
  87. !favicon*.ico
  88. !manifest.json
  89. !mstile-*.png
  90. !safari-pinned-tab.svg
  91. !site.webmanifest
  92. # track these mu-plugins, plugins, and themes
  93. # add your own entries here
  94. !wp-content/mu-plugins/example-mu-plugin/
  95. !wp-content/plugins/example-plugin/
  96. !wp-content/themes/example-theme/
Reference
  1. .gitignore for WordPress

WordPress .gitignore的更多相关文章

  1. 从无到有开发自己的Wordpress博客主题---代码环境准备

    注意这里说的是代码环境准备哦,而不是L(M)AMP运行环境哦,运行环境会在后述文章中在写. 一.在本地初始化git环境并且链接上gitee 1.在gitee上创建一个项目托管你的代码 这个不在赘述,按 ...

  2. wordpress多站点配置

    wordpress作为全球第一的个人博客搭建平台一直在国内外有着较高的人气,从3.0版本开始就已经支持多站点的搭建.该功能可以让子站点运行主站点的程序,不需要再每个站点分别存放网站程序.最近更新的4. ...

  3. wordpress优化之结合prism.js为编辑器自定义按钮转化代码

    原文链接 http://ymblog.net/2016/07/24/wordpress-prism/ 继昨天花了一天一夜的时间匆匆写了主题Jiameil3.0之后,心中一直在想着优化加速,体验更好,插 ...

  4. 搭建个人wordpress博客(小白教程)

    新浪sae平台现在是有个免费个人空间使用,现在,教您如何使用该平台搭建属于自己的个人网站,本教程以wordpress程序安装包搭建个人网站. 申请新浪云账号 如果我们使用SAE新浪云计算平台作为服务器 ...

  5. centos6.3与jexus5.4.4配置支持php(wordpress)

    centos6.3与jexus5.4.4配置支持php,并搭建自己的wordpress博客,供那些在Linux平台下想让 php和asp.net一起跑的初学者参考. 1.搭建webserver 首先准 ...

  6. SAE+WordPress快速搭建个人博客

    前些天一时冲动,买了个域名,我想总不能放着不用吧,干脆就搭建了一个个人博客.下面我把搭建的过程分享给大家.注意,此文并不是攻略,只是为了记录下这个从无到有的过程,当然,假如解决了你的疑惑,那当然是极好 ...

  7. 将WordPress安装在网站子目录的相关问题

    May182013 将WordPress安装在网站子目录的相关问题 作者:xieyc   发布:2013-05-18 00:11   字符数:3423   分类:站长   阅读: 12,054 次   ...

  8. 关于gitignore文件的创建与使用

    在我们使用github提交本地代码时,有些库文件和日志文件是不必要提交的,那如何处理这个问题呢?这个时候我们就会用到.gitignore文件了. 该篇博客我会介绍如何创建.gitignore,以及如何 ...

  9. 使用WordPress搭建自己的博客

    突然间发现自己在阿里上有一个免费的虚拟云空间,好像是什么时候阿里云搞活动赠送的.看了看还有不少时间,就决定自己搭建一个博客系统.说到搭建自己的博客,第一时间就想到WordPress,这个用起来应该是最 ...

随机推荐

  1. linux文本处理工具篇

    一.常用简单工具 cat [OPTION]... [FILE]...  -E:显示行的结束符$ -n:对显示出的每一行进行编号. -A:显示所有控制符 -s:压缩连续空行为一行 more:分页查看文件 ...

  2. VS2013+Opencv3.3配置教程

    转载自: https://blog.csdn.net/u014797226/article/details/78283873?locationNum=5&fps=1 参考博文1: 操作环境: ...

  3. 2018-2-13-win10-uwp-改变鼠标

    title author date CreateTime categories win10 uwp 改变鼠标 lindexi 2018-2-13 17:23:3 +0800 2018-2-13 17: ...

  4. Allowance

    Allowance 有n种数字,第i种数字值为\(v_i\),有\(b_i\)个,保证随i的增大而增大,且对于任意i有\(a_{i-1}|a_i\)(显然,\(i\in(1,n]\)),现求将它们划分 ...

  5. poj 3294 后缀数组+二分

    题目大意: 给定n个字符串,求出现在不小于k个字符串中的最长子串 基本思路: 二分长度,统计个数,一般套路,就是这个跟说好的不一样啊,我非得开2倍才不re,真他妈不爽,先二分找出长度,然后根据长度输出 ...

  6. 【架构】spring framework核心框架体系结构

    Spring官方文档,用的版本为4.3.11版本. 一.引用官方文档 2.2.1核心集装箱 所述核心容器由以下部分组成spring-core, spring-beans,spring-context, ...

  7. iscroll refresh无效解决办法

    最近用iscroll.js 写移动页面,效果还是挺好的.但,还是会遇到重新初始化的问题. var myScroll = new IScroll('#rule_wrapper',{ click:true ...

  8. STL————bitset

    C++的 bitset 在 bitset 头文件中,它是一种类似数组的结构,它的每一个元素只能是0或1,每个元素仅用1bit空间. bitset<> bitset1; //无参构造,长度为 ...

  9. NX二次开发-NXOpen::Drawings::DrawingSheet Class Reference

    NX11+VS2013 #include <NXOpen/Section.hxx> #include <NXOpen/SectionCollection.hxx> #inclu ...

  10. error LNK2019: 无法解析的外部符号 __imp__GetStockObject@4该符号在函数_WinMain@16 中被引用

    编译链接报错 error LNK2019: 无法解析的外部符号 __imp__GetStockObject@4该符号在函数_WinMain@16 中被引用 解决方案: 在代码中添加链接库gdi32.l ...