sitevision / sitevision-apps

Create SiteVision WebApps and RESTApps
15 stars 17 forks source link

Update .gitignore #130

Closed filiphuhta closed 6 months ago

filiphuhta commented 7 months ago

Hi!

In commonly used web projects are these folders excluded for vscode and Intellij. For build and dist that is build artifacts do we need to exclude everytime for any RestApp/WebApp we create. These changes would simplify our workflow :)

Updated gitignore with common webstandard for vscode and Intellij. Also exclude build and dist.

xrasod commented 7 months ago

This is a welcome change as it also enables workspace-settings from vscode and intelliJ-environments to be tracked, making shared project settings available for team members.

alexanderlesser commented 7 months ago

I second this! Currently we need to add these in every gitignore our selves.

albinohrn commented 6 months ago

Thanks for your contribrution!

I will merge this and then look into consolidate all the gitignore's in to one to eliminate duplication!