Skip to content

Commit

Permalink
refactor: Ignore secret and db directories in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Aug 17, 2024
1 parent aa4ace3 commit d060299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ lerna-debug.log*

**/migrations

secret/
secret/

db/

0 comments on commit d060299

Please sign in to comment.