From 36bc58b10378446e733f241a45f536402f1232b1 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Fri, 5 Feb 2010 14:36:28 +0000 Subject: [PATCH] NIHVIVO-55 First cut at a list of known exceptions. --- utilities/known_exceptions.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 utilities/known_exceptions.txt diff --git a/utilities/known_exceptions.txt b/utilities/known_exceptions.txt new file mode 100644 index 00000000..d079a2b5 --- /dev/null +++ b/utilities/known_exceptions.txt @@ -0,0 +1,12 @@ +# The "build directory" +.deployStaging/**/* + +# The JSON Java source files from json.org +vitro-core/webapp/src/org/json/* + +# TinyMCE from tinymce.moxiecode.com +vitro-core/webapp/web/js/tiny_mce/* +vitro-core/webapp/web/js/tiny_mce/**/* + +# What is this? +vitro-core/webapp/web/js/jquery_plugins/*