reorder VS and IntelliJ stuff
This commit is contained in:
parent
1edd7b0f7f
commit
f0118c7c05
1 changed files with 15 additions and 16 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
@ -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###
|
||||
|
||||
|
|
Loading…
Reference in a new issue