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

Update .gitignore #30

Closed
wants to merge 2 commits into from
Closed

Conversation

b0r1ngx
Copy link

@b0r1ngx b0r1ngx commented Apr 10, 2024

Fixes #29

After you merge this with main, I think its also good to execute git rm -r --cached build to prevent tracking build/ (I think it must be done on main branch and pushed to this repository)

source: https://stackoverflow.com/questions/1470572/ignoring-any-bin-directory-on-a-git-project

P.S. if upper git rm ... indicates that nothing found, use git rm -r --cached **/build (this is correctly works on my side)

@b0r1ngx
Copy link
Author

b0r1ngx commented Apr 10, 2024

I found out that a little guide, that i explained, also can be done on anyone side, lets I'm also done things that clear track build/ and info about build/ from main branch

@b0r1ngx
Copy link
Author

b0r1ngx commented Apr 10, 2024

@dbaroncelli Check updates, please!

@dbaroncelli
Copy link
Owner

@b0r1ngx thanks for pointing this out!
I have just made a commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add composeApp/build folder to .gitignore
2 participants