kriasoft / static-site-starter

Static Website Starter Kit (static site generator) powered by Gulp, Jade, Bootstrap, LESS and BrowserSync. It can automatically deploy your website to GitHub Pages via Travis CI.
Apache License 2.0
135 stars 58 forks source link

add JetBrains IDEs to .gitignore #9

Closed frenzzy closed 10 years ago

frenzzy commented 10 years ago

See https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore

koistya commented 10 years ago

These settings should go to the global .gitignore file. See:

https://help.github.com/articles/ignoring-files

$ git config --global core.excludesfile '~/.gitignore'

P.S.: On Windows this folder refers to %USERPROFILE%