From 74df215f27d3292e09baa1a420bc57acfa9776e7 Mon Sep 17 00:00:00 2001 From: Jonathan Colmenares Date: Sat, 13 Feb 2021 14:36:50 -0500 Subject: [PATCH 1/4] slight structure cleanup --- .gitignore | 5 ++++- .idea/codeStyles/Project.xml | 6 ++++++ .idea/misc.xml | 8 ++++++++ .idea/modules.xml | 26 +++++++++++++------------- .idea/vcs.xml | 5 +++++ README.md | 4 ++-- appa/Appendix A.iml | 1 - appb/Appendix B.iml | 1 - appc/Appendix C.iml | 1 - appd/Appendix D.iml | 1 - ch01/Chapter 1.iml | 1 - ch02/Chapter 2.iml | 1 - ch03/Chapter 3.iml | 1 - ch04/Chapter 4.iml | 1 - ch05/Chapter 5.iml | 1 - ch06/Chapter 6.iml | 1 - ch07/Chapter 7.iml | 1 - ch08/Chapter 8.iml | 1 - ch09/Chapter 9.iml | 1 - ch10/Chapter 10.iml | 1 - ch11/Chapter 11.iml | 1 - ch12/Chapter 12.iml | 1 - ch13/Chapter 13.iml | 2 -- ch14/Chapter 14.iml | 1 - ch15/Chapter 15.iml | 1 - ch16/Chapter 16.iml | 1 - ch17/Chapter 17.iml | 1 - 27 files changed, 38 insertions(+), 38 deletions(-) create mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index a423ea9..e4e5f5d 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ out/ *.tar.gz *.rar +# Libraries (Don't ignore) +!junit-platform-console-standalone-*.jar + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* @@ -35,8 +38,8 @@ hs_err_pid* .idea/**/dictionaries .idea/**/shelf .idea/**/hotswap_agent.xml -.idea/**/misc.xml .idea/**/discord.xml +.idea/**/markdown-nav*.xml # IntelliJ generated files .idea/**/contentModel.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 7f7b294..5f74459 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,6 +1,12 @@