From be466148ad1a7aa8dce4376d678493d3ab31913a Mon Sep 17 00:00:00 2001 From: timis1 <12120641+timis1@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:39:56 +0200 Subject: [PATCH] [JAVA-30447] Cleanup un-committed or un-ignored artifacts (#15724) --- .gitignore | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0b6bd24070..06c5242898 100644 --- a/.gitignore +++ b/.gitignore @@ -64,13 +64,13 @@ core-java-io/hard_link.txt core-java-io/target_link.txt core-java/src/main/java/com/baeldung/manifest/MANIFEST.MF ethereum/logs/ -jmeter/src/main/resources/*-JMeter.csv -jmeter/src/main/resources/*-Basic*.csv -jmeter/src/main/resources/*-JMeter*.csv -jmeter/src/main/resources/*ReportsDashboard*.csv -jmeter/src/main/resources/dashboard/*ReportsDashboard*.csv -jmeter/src/main/resources/*FileExtractionExample.csv -jmeter/src/main/resources/*_Summary-Report.csv +testing-modules/jmeter/src/main/resources/*-JMeter.csv +testing-modules/jmeter/src/main/resources/*-Basic*.csv +testing-modules/jmeter/src/main/resources/*-JMeter*.csv +testing-modules/jmeter/src/main/resources/*ReportsDashboard*.csv +testing-modules/jmeter/src/main/resources/dashboard/*ReportsDashboard*.csv +testing-modules/jmeter/src/main/resources/*FileExtractionExample.csv +testing-modules/jmeter/src/main/resources/*_Summary-Report.csv ninja/devDb.mv.db @@ -128,3 +128,6 @@ persistence-modules/neo4j/data/** /deep-shallow-copy/.mvn/wrapper /deep-shallow-copy/mvnw /deep-shallow-copy/mvnw.cmd + +#spring-5-webflux-2 +**/testdb.mv.db \ No newline at end of file