Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

gmlgo: gmlgo generate should update .gitignore #105

Open
silbinarywolf opened this issue Sep 3, 2019 · 0 comments
Open

gmlgo: gmlgo generate should update .gitignore #105

silbinarywolf opened this issue Sep 3, 2019 · 0 comments

Comments

@silbinarywolf
Copy link
Owner

The problem
We currently have the following pattern in our .gitignore files for game projects

## GMLGO BEGIN ##
# Ignore compiled asset data
asset/**/*.data
asset/font/data/*.rtf#
# Ignore code generated files
gmlgo_gen.go
**/gmlgo_gen.go
# Ignore Windows build
*.exe
# Ignore GopherJS build
*.js
*.js.map
# Ignore WebAssembly build
*.wasm
# Ignore binary for Linux / Mac
/worm
# Ignore dist files (gmlgo publish)
/dist
## GMLGO END ##

However, we recently added asset/manifest.json to the list. It would be nice if gmlgo generate / gmlgo build updated this file for us, only touching the data inbetween the ## GMLGO START ## tags.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant