Skip to content

Commit

Permalink
chore: remove trash
Browse files Browse the repository at this point in the history
  • Loading branch information
kitanoyoru committed Oct 4, 2023
1 parent 253de69 commit a8bcc7c
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 62 deletions.
49 changes: 30 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,35 @@
# 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
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
node_modules
.env
traefik/.env
dist
tsconfig.tsbuildinfo
.turbo
.pnpm-debug.log
libs/grpc/go/bots
libs/grpc/go/streamstatus
libs/grpc/src/*.ts
!libs/grpc/src/index.ts

# Test binary, built with `go test -c`
*.test
docker-compose*
!docker-compose.example.yml
!docker-compose.dev.yml
!docker-compose.build.yml
!docker-compose.stack.yml
!docker-compose.dockprom.yml
.devbox
devbox/go
.pnpm-store

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
!*/**/.gitkeep

# Dependency directories (remove the comment below to include it)
# vendor/
main
main.~

# Go workspace file
go.work
.vscode
.idea
!.vscode/extensions.json
!traefik/*

/bin
/.kubeconfig
vite.config.ts.timestamp-*

.DS_STORE
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/kita.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

7 changes: 7 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
go 1.20

use (
./apps/email

./libs/pool
)

0 comments on commit a8bcc7c

Please sign in to comment.