From f0118c7c053a72908b9ce42d70272c8eb2817df3 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Fri, 29 Sep 2023 21:16:54 -0400 Subject: [PATCH] reorder VS and IntelliJ stuff --- .gitignore | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 068d31c..af5d7fa 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,18 @@ tiv +###Visual Studio### + +.vs/ +*.pdb +*.idb +*.ilk +x64/ +*.sln +*.vcxproj +*.vcxproj.* + + ###Java### # Compiled class file @@ -60,6 +72,9 @@ tiv # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +# Intellij +.idea/ +*.iml ###Linux### @@ -69,18 +84,6 @@ hs_err_pid* .directory -###Visual Studio### - -.vs/ -*.pdb -*.idb -*.ilk -x64/ -*.sln -*.vcxproj -*.vcxproj.* - - ###OSX### .DS_Store @@ -104,10 +107,6 @@ Network Trash Folder Temporary Items .apdisk -# Intellij -.idea/ -*.iml - ###Snap###