feat(starter): intial starter release
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1,3 +1,10 @@
|
||||
# lst ignores
|
||||
docker-compose.yml
|
||||
frontend/.tanstack/
|
||||
frontend/.output/
|
||||
frontend/.nitro/
|
||||
scripts/releases
|
||||
|
||||
# ---> Go
|
||||
# If you prefer the allow list template instead of the deny list, see community template:
|
||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||
@@ -25,16 +32,6 @@ go.work.sum
|
||||
# env file
|
||||
.env
|
||||
|
||||
# ---> Go.AllowList
|
||||
# Allowlisting gitignore template for GO projects prevents us
|
||||
# from adding various unwanted local files, such as generated
|
||||
# files, developer configurations or IDE-specific files etc.
|
||||
#
|
||||
# Recommended: Go.AllowList.gitignore
|
||||
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these files...
|
||||
!/.gitignore
|
||||
|
||||
@@ -198,3 +195,4 @@ dist
|
||||
*.resources
|
||||
test-results/
|
||||
|
||||
backend/go.sum
|
||||
|
||||
Reference in New Issue
Block a user