mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
dev: adjust gitignore
This commit is contained in:
parent
15c8f14702
commit
7c08c2458f
1 changed files with 4 additions and 3 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -8,10 +8,10 @@ syntax: glob
|
||||||
# logs and logs rotation
|
# logs and logs rotation
|
||||||
*.log
|
*.log
|
||||||
*.log.*
|
*.log.*
|
||||||
|
*/gamelogs
|
||||||
|
*/gamelogsJson
|
||||||
|
|
||||||
# Mage.Client
|
# Mage.Client
|
||||||
Mage.Client/gamelogs
|
|
||||||
Mage.Client/gamelogsJson
|
|
||||||
Mage.Client/plugins/images
|
Mage.Client/plugins/images
|
||||||
Mage.Client/plugins/plugin.data
|
Mage.Client/plugins/plugin.data
|
||||||
# TODO: must save serverlist.txt to temporary files, not root folder
|
# TODO: must save serverlist.txt to temporary files, not root folder
|
||||||
|
|
@ -38,6 +38,7 @@ Utils/*implemented.txt
|
||||||
# dev environments, IDE and OS
|
# dev environments, IDE and OS
|
||||||
# IntelliJ IDEA
|
# IntelliJ IDEA
|
||||||
.idea
|
.idea
|
||||||
|
*.iml
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
.vscode
|
.vscode
|
||||||
.history
|
.history
|
||||||
|
|
@ -57,4 +58,4 @@ Utils/*implemented.txt
|
||||||
|
|
||||||
# build tools
|
# build tools
|
||||||
mage-bundle.zip
|
mage-bundle.zip
|
||||||
.env
|
.env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue