mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-21 20:35:39 +00:00
begin live server support
This commit is contained in:
parent
0c9ddb476a
commit
e4ae265184
368 changed files with 17756 additions and 7738 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -76,6 +76,7 @@ web_modules/
|
|||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production
|
||||
.env.production.local
|
||||
.env.local
|
||||
|
||||
|
|
@ -132,6 +133,9 @@ dist
|
|||
.DS_Store
|
||||
.tshy
|
||||
|
||||
# yalc
|
||||
.yalc
|
||||
|
||||
# GameData folder with actual .vl2 files (unextracted) in it. Some scripts like
|
||||
# `extract-assets` and `generate-manifest` look at this to extract or build the
|
||||
# list of files. Once someone builds this, it's not really necessary for other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue