Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Only bin/ and Dockerfile are needed for the Docker build context.
# Exclude everything else.

*
!bin/gatesentrybin
!Dockerfile
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ log.txt
docker_root
test-binaries
pr-binaries
dns_test_server.log
ui/.yarn/
ui/dist/

# Frontend build artifacts (generated by build.sh, embedded via //go:embed)
application/webserver/frontend/files/*
!application/webserver/frontend/files/.gitkeep
694 changes: 694 additions & 0 deletions DEVICE_DISCOVERY_SERVICE_PLAN.md

Large diffs are not rendered by default.

Loading
Loading