Skip to content

Commit

Permalink
chore: add .idea to .gitignore (#3169)
Browse files Browse the repository at this point in the history
Jetbrains IDEs create a `.idea` dir in each repository to store configurations (like `.vs` and `.vscode`).

I'm aware that `.git/info/exclude` can be used as a localized .gitignore file or `~/..config/git/ignore` for global ignores, so I'll leave it up to the maintainers if this solution is ok.

## Changes:

- Added `.idea` to `.gitignore` to prevent this dir from accidentally being committed.
  • Loading branch information
Autsider666 authored Aug 7, 2024
1 parent 604f6ff commit 76f65bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Thumbs.db

# Build
.vs/
.idea/
build/
build-storybook/
bld/
Expand Down

0 comments on commit 76f65bd

Please sign in to comment.