diff options
author | Mostafa Soufi <mostafa.soufi@hotmail.com> | 2017-12-21 02:00:58 +0330 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2017-12-21 09:00:58 +1030 |
commit | 1a9f616ce525987555d43c72d59eb830d1856bd7 (patch) | |
tree | e694d5525230b353c40dc948fbd7ca93cbd5070a /WordPress.gitignore | |
parent | 9d51cf8de74307a34dee14d3bb9fc932e3160457 (diff) | |
download | gitignore-1a9f616ce525987555d43c72d59eb830d1856bd7.tar.gz gitignore-1a9f616ce525987555d43c72d59eb830d1856bd7.zip |
Added Must Use Plugins to gotignore (#2553)
https://codex.wordpress.org/Must_Use_Plugins
Diffstat (limited to 'WordPress.gitignore')
-rw-r--r-- | WordPress.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WordPress.gitignore b/WordPress.gitignore index 97923503..3b181ec0 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -7,6 +7,7 @@ wp-content/blogs.dir/ wp-content/cache/ wp-content/upgrade/ wp-content/uploads/ +wp-content/mu-plugins/ wp-content/wp-cache-config.php wp-content/plugins/hello.php |