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

Generate gitignore file with project #21

Open
wpkelso opened this issue Dec 9, 2024 · 2 comments
Open

Generate gitignore file with project #21

wpkelso opened this issue Dec 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@wpkelso
Copy link

wpkelso commented Dec 9, 2024

It doesn't look like a .gitignore file is generated when the rest of the repository is generated. Including a bare-bones one that at least excludes the build folder would be helpful, so users don't unintentionally push their build objects.

@alainm23 alainm23 added the enhancement New feature or request label Dec 9, 2024
@dar5hak
Copy link

dar5hak commented Dec 12, 2024

Also, should include *~ so that it ignores the backup files generated by elementary Code.

@alainm23
Copy link
Contributor

The .gitignore file is included and has this structure:

image

.*
!.gitignore
!.editorconfig
*~
build/*
.flatpak-builder/*

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

No branches or pull requests

3 participants