Files
wg-portal/.dockerignore
T

15 lines
153 B
Plaintext
Raw Normal View History

2024-09-23 21:54:22 +02:00
# Ignore everything
*
# Allow backend files
!cmd/
!internal/
!go.mod
!go.sum
# Allow frontend files
!frontend/
# Ignore node_modules
**/node_modules/