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

Git Ignore .idea Folder #2237

Closed

Conversation

DavidRieman
Copy link
Contributor

Git ignore local .idea folders which are created by IDEA-based IDEs like WebStorm when opening the whole react-native-web folder as a project.

Recommend to merge this to avoid anyone accidentally trying to git add the .idea folder which is a user-specific area that should not be under source control.

@necolas
Copy link
Owner

necolas commented Feb 25, 2022

You should add the ignore (and any other editor-specific files) to your machine's global git ignore instead. Thanks

@necolas necolas closed this Feb 25, 2022
@DavidRieman
Copy link
Contributor Author

Huh. Not a bad idea to do as well, but is there an alternative to this standard practice in also helping out potential contributors automatically on this front?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants