-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (21 loc) · 556 Bytes
/
.gitignore
File metadata and controls
23 lines (21 loc) · 556 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
bin
log.txt
docker_root
test-binaries
pr-binaries
dns_test_server.log
ui/.yarn/
ui/dist/
# Frontend build artifacts (generated by build script, embedded via //go:embed)
application/webserver/frontend/files/index.html
application/webserver/frontend/files/bundle.js
application/webserver/frontend/files/bundle.js.LICENSE.txt
application/webserver/frontend/files/style.css
application/webserver/frontend/files/style2.css
application/webserver/frontend/files/vite.svg
application/webserver/frontend/files/fs/
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/