reorder VS and IntelliJ stuff

This commit is contained in:
Aaron Liu 2023-09-29 21:16:54 -04:00 committed by GitHub
parent 1edd7b0f7f
commit f0118c7c05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

31
.gitignore vendored
View file

@ -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###