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

Commit

Permalink
Adding index.d.ts to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Dec 22, 2023
1 parent ae542ac commit a24bb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist
index.d.ts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
build
index.d.ts

0 comments on commit a24bb97

Please sign in to comment.