samdenty / console-feed

Captures console.log's into a React Component 🔥
https://stackblitz.com/~/github.com/samdenty/console-feed
MIT License
649 stars 106 forks source link

chore(pkg): add `.idea` directory in `.gitignore` #121

Closed jooy2 closed 1 year ago

jooy2 commented 1 year ago

There are no functional changes due to this PR.

Make the .idea directory that is automatically created when using the IntelliJ-based IDE be ignored on commit.

This is a directory that contains personalized settings and does not need to be included in the project.

Additionally, there may be a .vscode directory (VSCode), but this is not included here as it uses a different policy per project.

Regards,

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.