Skip to content

Commit

Permalink
add proper gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed Oct 17, 2022
1 parent f0199d0 commit b03c46d
Show file tree
Hide file tree
Showing 14 changed files with 193 additions and 3,461 deletions.
34 changes: 26 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
/coverage
/demo/dist
/es
/lib
/node_modules
/umd
npm-debug.log*
.vscode
.docz
/storybook-static
.DS_Store
.env
.env

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
16 changes: 0 additions & 16 deletions dist/Hotkey.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/HotkeyContext.d.ts

This file was deleted.

22 changes: 0 additions & 22 deletions dist/HotkeyProvider.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/react-hotkey-scroll.es.d.ts

This file was deleted.

Loading

0 comments on commit b03c46d

Please sign in to comment.