Skip to content

[extension] azd x init should generate a .gitignore with sensible defaults to improve dev experience #5717

@cedricvidal

Description

@cedricvidal

When initializing a new extension, some folders should be ignored by Git. Generating the .gitignore file would save the extension developer some time and improve the experience.

Something like this:

Go

bin/

Python

bin/
build/
generated_proto/

Javascript

bin/
generated/
node_modules/

C Sharp

bin/
obj/

Metadata

Metadata

Assignees

Labels

ext-xmicrosoft.azd.extensions developer extension (azd x)extensions

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions