From e9dee22f75ad8eaf4631ec62a7ebdc064a806624 Mon Sep 17 00:00:00 2001 From: Alex Leigh Date: Sun, 19 Nov 2023 14:15:54 -0800 Subject: [PATCH] Added output/ to .gitignore --- java/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/.gitignore b/java/.gitignore index a3bbbae3a..1a4386801 100644 --- a/java/.gitignore +++ b/java/.gitignore @@ -39,4 +39,5 @@ test.properties leighco.tar.gz activemq-data/* out.js -activemq-data \ No newline at end of file +activemq-data +output/* \ No newline at end of file -- GitLab