Update .gitignore
This commit is contained in:
parent
adcb9f4270
commit
27b44a474e
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
Common IntelliJ Platform excludes
|
||||
|
||||
# User specific
|
||||
**/obj/**/*
|
||||
**/.idea/**/workspace.xml
|
||||
**/.idea/**/tasks.xml
|
||||
**/.idea/shelf/*
|
||||
|
@ -22,6 +21,12 @@
|
|||
**/.idea/**/contentModel.xml
|
||||
**/.idea/**/modules.xml
|
||||
|
||||
|
||||
Moonlight/[Bb]in/
|
||||
Moonlight/[Oo]bj/
|
||||
Moonlight/_UpgradeReport_Files/
|
||||
Moonlight/[Pp]ackages/
|
||||
|
||||
*.suo
|
||||
*.user
|
||||
.vs/
|
||||
|
|
Loading…
Reference in a new issue