diff options
author | 2021-10-10 01:31:36 +0300 | |
---|---|---|
committer | 2021-10-10 13:29:18 +0300 | |
commit | f9ba4a8bca526cb66b513622b987f775aa88403e (patch) | |
tree | 12ff9ca262dc5768135584bfae2fbc8266276743 /.gitignore | |
parent | Adds Static Docker Build (diff) |
Adds Netlify Builds
Adds an action which builds and uploads the static site as an artifact,
and a fetch script to be run on the netlify builders.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -126,3 +126,6 @@ staticfiles/ *.js.tmp log.* + +# Local Netlify folder +.netlify |