diff options
author | EuAndreh <eu@euandre.org> | 2023-03-27 08:32:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-27 08:32:49 -0300 |
commit | ab742a1ebc61d571bb9d13d7692ef7e245bba192 (patch) | |
tree | 0329573f78946daac6fa62802d189ca53ef2e809 /.gitignore | |
parent | Makefile: Rename "result" to "system" (diff) | |
download | toph-ab742a1ebc61d571bb9d13d7692ef7e245bba192.tar.gz toph-ab742a1ebc61d571bb9d13d7692ef7e245bba192.tar.xz |
Build HTML and install it via CI
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show ab742a1ebc61d571bb9d13d7692ef7e245bba192
git notes --ref=refs/notes/ci-data show ab742a1ebc61d571bb9d13d7692ef7e245bba192
Exit status: 0
Duration: 27
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ +/public/ /src/secrets/ -/result -/result-next +/packages +/system |