Skip to content

Commit

Permalink
adding gitignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Aug 5, 2024
1 parent 5078169 commit bf3914e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/use-auth-client/examples/auth-demo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
node_modules/
dist/
**/*.js
**/*.js.map
**/*.d.ts

# Various IDEs and Editors
.vscode/
.idea/
Expand Down

0 comments on commit bf3914e

Please sign in to comment.