Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atomkraft init should generate a .gitignore file #205

Closed
rnbguy opened this issue Nov 30, 2022 · 0 comments · Fixed by #210
Closed

atomkraft init should generate a .gitignore file #205

rnbguy opened this issue Nov 30, 2022 · 0 comments · Fixed by #210
Assignees
Labels
enhancement New feature or request

Comments

@rnbguy
Copy link
Member

rnbguy commented Nov 30, 2022

Since an atomkraft project generates many artifacts, the generated project should contain an appropriate .gitignore.

We don't need GitPython dependency. We can write the file at the project root.

Note that atomkraft still doesn't initialize the project as a git repo. The current workflow of creating a git atomkraft project repo is,

atomkraft init my_project
cd my_project
git init .
@rnbguy rnbguy added the enhancement New feature or request label Nov 30, 2022
@rnbguy rnbguy self-assigned this Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant