From c6a88f70973aff7b0df2c88ea60ccd1f055e710a Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:51:20 -0700 Subject: [PATCH] =?UTF-8?q?Add=20generated=20files=20to=20gitignore=20so?= =?UTF-8?q?=20we=20don't=20accidentally=20commit=20them=E2=80=A6=20(#6446)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add generated files to gitignore so we don't accidentally commit them or need to clean them up --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 5dce6d6e3a7..2ce5d5a70bc 100644 --- a/.gitignore +++ b/.gitignore @@ -496,6 +496,16 @@ tools/oav-traffic-converter/input-example/ tools/oav-traffic-converter/output-example/ tools/oav-traffic-converter/build/ +# assets reporting +tools/assets-automation/assets-reporting/generated/ +tools/assets-automation/assets-reporting/summary.md +tools/assets-automation/assets-reporting/python.md +tools/assets-automation/assets-reporting/java.md +tools/assets-automation/assets-reporting/go.md +tools/assets-automation/assets-reporting/js.md +tools/assets-automation/assets-reporting/.net.md +tools/assets-automation/assets-reporting/cpp.md + # ios src/swift/*.xcworkspace/xcuserdata/ src/swift/**/*.xcodeproj/xcuserdata/