Skip to content

Commit

Permalink
[gitignore] ignore config/
Browse files Browse the repository at this point in the history
Commonly used dir for local development
  • Loading branch information
nhairs committed Sep 2, 2024
1 parent 6eb764b commit ddbf48f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ samples/private

*.html
*.sqlite-journal

# common for local testing to have config dir
config/

0 comments on commit ddbf48f

Please sign in to comment.