diff options
author | Vladimir Panteleev <github.private@thecybershadow.net> | 2018-03-18 07:05:33 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-18 07:05:33 +0100 |
commit | 2b7259f28e783ee8fe410217ee41c4809aba75b7 (patch) | |
tree | 226434eb48a34ef38bb583863f86805e87f2eed3 /.gitignore | |
parent | 8d5ca486bb71eebb1413b9e169cb73e24cf63e39 (diff) | |
download | bugzilla-2b7259f28e783ee8fe410217ee41c4809aba75b7.tar.gz bugzilla-2b7259f28e783ee8fe410217ee41c4809aba75b7.tar.xz |
Bug 1446236 - error pages fixups
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 18f2d0a17..7bf2816b9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,9 @@ /data /localconfig /localconfig.* +/conf/env.conf /index.html +/errors/ /error_reports /.DS_Store /template_cache |