Skip to content

Commit

Permalink
chore: update codebase.md (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmquang authored Nov 22, 2024
1 parent bae4a98 commit 05dee96
Show file tree
Hide file tree
Showing 3 changed files with 1,161 additions and 72,570 deletions.
10 changes: 9 additions & 1 deletion .aidigestignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ go.*
devbox.*
.golangci.yml
.gitignore
.air.toml
CODEOWNERS
docker-compose.yml
Makefile
.github/*
docs/*
migrations/seed/*
migrations/test_seed/*
**_test.go
pkg/templates/*
pkg/contracts/*
pkg/view/*
pkg/logger/*
pkg/handler/dashboard/util/mocks/*
pkg/handler/survey/testdata/*
pkg/handler/project/testdata/*
Expand All @@ -20,4 +28,4 @@ pkg/handler/metadata/testdata/*
pkg/handler/invoice/testdata/*
pkg/handler/employee/testdata/*
pkg/handler/bankaccount/testdata/*
pkg/handler/client/testdata/*
pkg/handler/client/testdata/*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ lint:

.PHONY: digest
digest:
npx ai-digest
npx ai-digest --whitespace-removal
Loading

0 comments on commit 05dee96

Please sign in to comment.