Skip to content

Commit

Permalink
chore: update .gitignore to exclude todo files
Browse files Browse the repository at this point in the history
Enhanced `.gitignore` to filter out case-sensitive variations
of TODO markdown files. This ensures that personal or temporary
task lists don't clutter the repository, maintaining a clean
project space.
  • Loading branch information
mdsanima committed Apr 25, 2024
1 parent f6a0c8d commit ae16ad8
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 @@ -451,5 +451,8 @@ temp
.tmp
.temp

# Temporary files case sensitive todo markdown
*[Tt][Oo][Dd][Oo].md

# Extension sqltools connections secrets
.vscode*

0 comments on commit ae16ad8

Please sign in to comment.