From b5344969c59352b6de759f33b5d102015734bdfe Mon Sep 17 00:00:00 2001 From: thzero Date: Sun, 27 Feb 2022 05:06:24 -0600 Subject: [PATCH] Ignore the resources\datafiles\presets folder as it is being built by the copy-orc-files build script (#1169) * remove the resources\datafiles\presets folder as its is being built by the copy-orc-files build script * Refactored from new Boolean and new Integer to Boolean.valueOf and Integer.valueOf due to deprecation warnings. Value of is supported in Java 8 (https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html) * Removed non-atomic updates around deprecation --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c54d76870..98ce20189 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ openrocket.log *.snap prime/* swing/resources/datafiles/presets/system.ser +swing/resources/datafiles/presets