mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
updated .gitignore
This commit is contained in:
parent
3216593868
commit
54f0d8facb
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
|||
syntax: glob
|
||||
Mage.Client/*.dck
|
||||
Mage.Client/db/*.db
|
||||
Mage.Client/db
|
||||
Mage.Client/mageclient.log
|
||||
Mage.Client/plugins/images
|
||||
Mage.Client/plugins/plugin.data
|
||||
|
@ -33,6 +33,7 @@ Mage.Server/mageserver.log
|
|||
Mage.Sets/target
|
||||
Mage.Tests/target
|
||||
Mage.Tests/cache
|
||||
Mage.Tests/db
|
||||
Mage.Tests/Mage.log
|
||||
Mage.Tests/watchdog.log
|
||||
Mage/target
|
||||
|
|
Loading…
Reference in a new issue