diff options
author | Stijn-Flipper <w.stijn@gmail.com> | 2013-12-28 17:16:38 +0100 |
---|---|---|
committer | Stijn-Flipper <w.stijn@gmail.com> | 2013-12-28 17:16:38 +0100 |
commit | 68c34eff0ec3ce9b32051414be06a69eee9e44ce (patch) | |
tree | bcb21f83c477e83e495b4d401b4eaf11846d3f85 /WordPress.gitignore | |
parent | 07e4992c29fa1f8cab6061c372ed803be415f67f (diff) | |
download | gitignore-68c34eff0ec3ce9b32051414be06a69eee9e44ce.tar.gz gitignore-68c34eff0ec3ce9b32051414be06a69eee9e44ce.zip |
also ignore sensitive configuration data
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 8e22e0e2..017e1936 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -10,3 +10,4 @@ sitemap.xml wp-content/cache/ wp-content/backups/ sitemap.xml.gz +wp-config.php |