schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs and SSR.
https://jasprpad.schultek.de
MIT License
1k stars 59 forks source link

feat: Update gitignore when using jaspr create #188

Closed walsha2 closed 3 months ago

walsha2 commented 4 months ago

Description

The following should be added to .gitignore when using jaspr create.

# Files and directories created by flutter.
.flutter-plugins
.flutter-plugins-dependencies

Additional Context

When adding flutter packages that are going to be used through interop in a jaspr app, these files can get created and they should get ignored - as they would for a conventional flutter project.

For reference, here is the flutter .gitignore template. It might be worthwhile to expand the jaspr template .gitignore, it is pretty sparse right now?

https://github.com/flutter/flutter/blob/master/packages/flutter_tools/templates/app_shared/.gitignore.tmpl

schultek commented 4 months ago

This is part of #168