Skip to content

Commit

Permalink
Omit .git in grep
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbay-bluetiger committed Jan 22, 2025
1 parent 9263dc3 commit c95a036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions logs/todos.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

./.git/hooks/sendemail-validate.sample:22:TODO placeholders with appropriate checks according to your
./.git/hooks/sendemail-validate.sample:27: TODO: Replace with appropriate checks (e.g. spell checking).
./.git/hooks/sendemail-validate.sample:35: TODO: Replace with appropriate checks for this patch
./.git/hooks/sendemail-validate.sample:41: TODO: Replace with appropriate checks for the whole series
./README.md:142:TODO: writeup the CI/CD flow for the application
./README.md:204:TODO: Get an updated diagram
./services/ui-auth/handlers/createUsers.js:1: TODO logging solution for backend services
Expand Down
2 changes: 1 addition & 1 deletion scripts/track-todos.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LD_LOG_FILE=logs/todos.log
GREP_FLAGS="-r -i -n -o -w -E -I"
EXCLUSIONS="--exclude-dir=.build --exclude-dir=coverage --exclude-dir=node_modules --exclude-dir=uploads --exclude=track-todos.sh --exclude=*.log"
EXCLUSIONS="--exclude-dir=.build --exclude-dir=.git --exclude-dir=coverage --exclude-dir=node_modules --exclude-dir=uploads --exclude=track-todos.sh --exclude=*.log"

echo "# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.\n" > $LD_LOG_FILE

Expand Down

0 comments on commit c95a036

Please sign in to comment.