Skip to content
Open
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode
Copy link
Owner Author

Choose a reason for hiding this comment

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

hola

Copy link
Owner Author

Choose a reason for hiding this comment

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

APIError: No response

Copy link
Owner Author

Choose a reason for hiding this comment

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

### .gitignore changes

Looks good! You've included `.vscode` which is an editor-specific folder that should not be part of the repository, as well as `.env` which often contains sensitive information and also should not be checked into version control. Nice job ensuring that local development configurations and sensitive data are kept private.

If there are other files or directories specific to your development environment or build process (like `node_modules`, `dist`, or IDE-specific files), consider adding them here as well.

In the future, try to provide a more descriptive Pull Request (PR) title and include a summary or description of the changes you're proposing for better context.

.env