From 95e030921dfa9698de6dce1205d3233a8ab3cb71 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Thu, 12 Jan 2012 11:21:23 +0100 Subject: [PATCH] Ignore jquery files in public/javascripts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 69b7fa1..9a32707 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ public/upload/* +public/javascripts/jquery*js