From 43b004dd29b77f90ab65c94e3aebb379f33a4b4c Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 19 Mar 2012 11:28:13 +0000 Subject: remove what seem to be working files and add ignore them in future --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 85b7ca758..7e0a7f1a8 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,7 @@ tags blog/web/wp blog/conf/general blog/conf/general.deployed + +phonegap/Android/bin/Android.apk +phonegap/Android/bin/resources.ap_ +phonegap/iPhone/FixMyStreet.xcodeproj/project.xcworkspace/xcuserdata -- cgit v1.2.3 From c4b2ab65546a9e6f8176ec02b10892be94e9ed2b Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 19 Mar 2012 11:31:59 +0000 Subject: ignore phonegap JS config file --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7e0a7f1a8..6aeaef6f7 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ blog/web/wp blog/conf/general blog/conf/general.deployed +phonegap/www/js/config.js phonegap/Android/bin/Android.apk phonegap/Android/bin/resources.ap_ phonegap/iPhone/FixMyStreet.xcodeproj/project.xcworkspace/xcuserdata -- cgit v1.2.3 From f7c0d73e473cebe58a0acd0aca31e3e19c55fc0c Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 24 Apr 2012 15:51:01 +0100 Subject: ignore barnet css files --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 055e181dd..b55a7046f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ tags /web/css/main.css /web/cobrands/fixmystreet/*.css /web/cobrands/bromley/*.css +/web/cobrands/barnet/*.css /local /web/cobrands/fixmystreet/compass_app_log.txt -- cgit v1.2.3 From b9f975834b4e5b5850d4b11021f598f8044b91f7 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 30 May 2012 17:09:04 +0100 Subject: Store compiled photos on file system. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 974d01d6b..30daa380c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ tags /web/css/main.css /web/cobrands/fixmystreet/*.css /web/cobrands/bromley/*.css +/web/photo /local /web/cobrands/fixmystreet/compass_app_log.txt -- cgit v1.2.3 From 62d9c274ebe4e51ef55f50064bb24a1ddcdd840d Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 8 Jun 2012 16:01:06 +0100 Subject: ignore Android bin directory --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7640e3002..e9eabf1ce 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,5 @@ blog/conf/general blog/conf/general.deployed phonegap/www/js/config.js -phonegap/Android/bin/Android.apk -phonegap/Android/bin/resources.ap_ +phonegap/Android/bin/ phonegap/iPhone/FixMyStreet.xcodeproj/project.xcworkspace/xcuserdata -- cgit v1.2.3 From 5f00841dd0096c91823cc3819423dd48652406ac Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 12 Jun 2012 09:42:18 +0100 Subject: ignore more Android build files --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e9eabf1ce..fca749585 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ blog/conf/general.deployed phonegap/www/js/config.js phonegap/Android/bin/ phonegap/iPhone/FixMyStreet.xcodeproj/project.xcworkspace/xcuserdata +phonegap/Android/gen/ -- cgit v1.2.3