Skip to content

salarmehr/IDEA-gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Commititng Team-wide Settings in the Git (e.g. code style settings)

Unlike Netbeans, in Jetbrains IDEs, the setting files related to user and team are stored in the same folder. This makes trouble when we need to track changes in the git.

IDEA suggests a blacklist strategy. However this strategy has exposed a number of problems for my team. We came up to use a whitelist strategy, only tracking the files that should be logically and practically identical for all team members. This repository provides a .gitignore file that should be placed in .idea folder of your project.

About

The better way to manage `.idea` folder in git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published