dnote/pkg/server/assets/.gitignore
Sung Won Cho 5bba57fd29
Remove dependency on packr (#597)
* Embed files

* Build CLI

* Remove packr

* Embed view directory

* Embed static files

* Make view engine

* Populate build info
2022-05-09 20:34:23 +10:00

7 lines
158 B
Text

# Ignore CSS and JS files in static directory because
# those files are built from the sources
/static/*.css
/static/*.css.map
/static/*.js
/static/*.js.map