nasa / fprime-tools

F´ Python tooling and helpers.
https://github.com/nasa/fprime
Apache License 2.0
20 stars 38 forks source link

include `.gitignore` as part of project scaffold with `fprime-util new --project` #156

Closed capsulecorplab closed 1 year ago

capsulecorplab commented 1 year ago
F´ Version
Affected Component

Feature Description

New projects generated with fprime-util new --project should include a .gitignore

Rationale

As to ensure artifacts, s.a., the build cache generated from fprime-util generate, don't accidentally get committed into git

thomas-bc commented 1 year ago

@capsulecorplab This is yet another thing that falls into the "coming in for next release" category haha. Here's what we have in devel: .gitignore. Are there any other files you'd thing we should add in there?

capsulecorplab commented 1 year ago

@capsulecorplab This is yet another thing that falls into the "coming in for next release" category haha. Here's what we have in devel: .gitignore. Are there any other files you'd thing we should add in there?

Excellent! A license is the other thing that came to mind, which I already opened an issue for #155

thomas-bc commented 1 year ago

Will look into it! Thanks. Closing this issue.