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
|
tiv
|
||||||
|
|
||||||
|
|
||||||
|
###Visual Studio###
|
||||||
|
|
||||||
|
.vs/
|
||||||
|
*.pdb
|
||||||
|
*.idb
|
||||||
|
*.ilk
|
||||||
|
x64/
|
||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.*
|
||||||
|
|
||||||
|
|
||||||
###Java###
|
###Java###
|
||||||
|
|
||||||
# Compiled class file
|
# Compiled class file
|
||||||
|
@ -60,6 +72,9 @@ tiv
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
|
# Intellij
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
###Linux###
|
###Linux###
|
||||||
|
|
||||||
|
@ -69,18 +84,6 @@ hs_err_pid*
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
|
|
||||||
###Visual Studio###
|
|
||||||
|
|
||||||
.vs/
|
|
||||||
*.pdb
|
|
||||||
*.idb
|
|
||||||
*.ilk
|
|
||||||
x64/
|
|
||||||
*.sln
|
|
||||||
*.vcxproj
|
|
||||||
*.vcxproj.*
|
|
||||||
|
|
||||||
|
|
||||||
###OSX###
|
###OSX###
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -104,10 +107,6 @@ Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
# Intellij
|
|
||||||
.idea/
|
|
||||||
*.iml
|
|
||||||
|
|
||||||
|
|
||||||
###Snap###
|
###Snap###
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue