solid-contrib / information

Old location of information now available on site
https://solidproject.org
Other
134 stars 48 forks source link

For convenience sake - nice for people using IDEA-based IDEs #283

Closed megoth closed 5 years ago

acoburn commented 5 years ago

This is how I have that set up on OS X. In ~/.gitconfig you can add a section such as:

[core]
    excludesfile = /path/to/global/gitignore/file

and in that file, you can add the .idea line.

Alternatively, you can do this on a per-repository basis by editing the file .git/info/exclude, adding .idea there.

megoth commented 5 years ago

Fair enough, I can add these configurations globally for myself. I'll close this PR unless anyone else think it prudent to have a per-repository configuration for this.