entropic-dev / entropic

🦝 :package: a package registry for anything, but mostly javascript 🦝 🦝 🦝
https://discourse.entropic.dev/
Apache License 2.0
5.29k stars 152 forks source link

chore: gitignore for IDEs #265

Closed fetis closed 5 years ago

fetis commented 5 years ago

Change Type

Change Level

n/a

Further Information (screenshots, bug report links, etc.)

enykeev commented 5 years ago

How about we use something like that instead https://www.gitignore.io/api/osx,node,intellij,visualstudio?

zacanger commented 5 years ago

Whew, that's a lot of stuff to ignore @enykeev. A lot of those files won't ever show up in this project (I doubt anyone is using ReSharper or MSSQL in a Node project), so I think it might be better to just add things to the ignores files as they come up.

@fetis could you add those same lines to the .dockerignore?

fetis commented 5 years ago

How about we use something like that instead https://www.gitignore.io/api/osx,node,intellij,visualstudio?

I saw this generator and in my opinion it does too much. I would like to keep in ignore only required stuff.

fetis commented 5 years ago

could you add those same lines to the .dockerignore?

@zacanger synced with .gitignore