mirror of
https://github.com/h44z/wg-portal
synced 2025-02-26 05:49:14 +00:00
* Update Dockerfile - Fix FromAsCasing - Copy `cmd` and `internal` directories only for backend * Export binaries from docker images * Create release with assets from workflow * Remove circleci config * fix chart publishing
15 lines
153 B
Plaintext
15 lines
153 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Allow backend files
|
|
!cmd/
|
|
!internal/
|
|
!go.mod
|
|
!go.sum
|
|
|
|
# Allow frontend files
|
|
!frontend/
|
|
|
|
# Ignore node_modules
|
|
**/node_modules/
|