Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL Queries Feature Added #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules
dist
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dist is meant to be shipped.
If you want to ignore it, you'll need to change the build process, otherwise it won't be there when you uinstall it as a dependency

7 changes: 0 additions & 7 deletions dist/bodies/body.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions dist/bodies/file-body.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions dist/bodies/form-body.d.ts

This file was deleted.

14 changes: 0 additions & 14 deletions dist/bodies/json-body.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions dist/bodies/raw-body.d.ts

This file was deleted.

172 changes: 0 additions & 172 deletions dist/curl-generator.cjs.js

This file was deleted.

Loading