We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9c145 commit ae6a4a1Copy full SHA for ae6a4a1
.dockerignore
@@ -59,4 +59,10 @@ docker-compose*.yml
59
# Large data files
60
*.csv
61
*.zip
62
-*.tar.gz
+*.tar.gz
63
+
64
+# Ignore root level devbox and use minimal devbox config
65
+devbox.json
66
+!/libs/devbox-minimal/devbox.json
67
+devbox.lock
68
+!/libs/devbox-minimal/devbox.lock
TODO.md
@@ -2,6 +2,6 @@
2
3
- [ ] Add title property or daisyui tooltip to all links and buttons
4
- [ ] Connect with sonarcloud and add sonarcloud badges to readme
5
-- [ ] Add banner to github repo
6
- [ ] Add E2E tests
7
- [ ] Lazily load content if cache miss
+- [ ] Fix contact us page
0 commit comments