mhulse / gh-boiler

Common GitHub boilerplate files I use to kick-start new repositories.
Apache License 2.0
8 stars 3 forks source link

.gitignore additons #81

Open mhulse opened 9 years ago

mhulse commented 9 years ago

Put under editor section: .idea

Put under packages: *.tgz

# Runtime data
`pids`, `*.pid`, `*.seed`

https://github.com/github/gitignore/blob/master/Node.gitignore

Need to figure out categorizations for these:

*.csv
*.dat
*.iml
*.out