Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
chore(ignore): exclude .history directory used by VSCode extension
Browse files Browse the repository at this point in the history
Added .history to both .gitignore and .eslintignore to prevent temporary files created by the VSCode extension from being tracked by Git or linted by ESLint.
  • Loading branch information
jbuget committed Sep 3, 2024
1 parent c50fada commit cba9961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ node_modules
pnpm-lock.yaml
package-lock.json
yarn.lock

.history
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ node_modules
.cache_ggshield
.idea
.vscode
.history

0 comments on commit cba9961

Please sign in to comment.