Skip to content

Commit

Permalink
new gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chwoerz committed Dec 16, 2024
1 parent 3ca9e7f commit 2805eba
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 30,449 deletions.
24 changes: 24 additions & 0 deletions extension/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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?
2 changes: 1 addition & 1 deletion extension/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Alt](./imgs/typebuddy-icon.png)
[Alt](https://github.com/typed-rocks/type-buddy/blob/main/extension/imgs/typebuddy-icon.png?raw=true)
# Type Buddy

Helps you read and write types like normal JavaScript functions.
Expand Down
30,448 changes: 0 additions & 30,448 deletions extension/dist/extension.js

This file was deleted.

1 change: 1 addition & 0 deletions page/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down

0 comments on commit 2805eba

Please sign in to comment.