Skip to content

Commit

Permalink
chore(.gitignore): add .aider* to ignore list to prevent tracking of …
Browse files Browse the repository at this point in the history
…aide files

Adding .aider* to the .gitignore file ensures that any files with the
.aider extension, which are typically used for temporary or auxiliary
purposes, are not tracked by Git.
  • Loading branch information
cybersiddhu authored and kodiakhq[bot] committed Aug 16, 2024
1 parent a10f373 commit b20a3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
.plandex
.aider*

0 comments on commit b20a3dd

Please sign in to comment.