From 7d21e5647111f5e928b76abc8808b74014acb4b0 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Wed, 16 Mar 2016 13:33:21 -0700 Subject: [PATCH] Git ignore Android test XML output Other rules were redundant --- tests/react-test-app/.gitignore | 35 +-------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/tests/react-test-app/.gitignore b/tests/react-test-app/.gitignore index 94fc8671..733e73be 100644 --- a/tests/react-test-app/.gitignore +++ b/tests/react-test-app/.gitignore @@ -1,34 +1 @@ -# OSX -# -.DS_Store - -# Xcode -# -build/ -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 -xcuserdata -*.xccheckout -*.moved-aside -DerivedData -*.hmap -*.ipa -*.xcuserstate -project.xcworkspace - -# Android/IJ -# -.idea -.gradle -local.properties - -# node.js -# -node_modules/ -npm-debug.log +/tests.xml