mirror of
https://github.com/dnote/dnote
synced 2026-03-16 15:35:52 +01:00
* Embed files * Build CLI * Remove packr * Embed view directory * Embed static files * Make view engine * Populate build info
7 lines
158 B
Text
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
|