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

Add .gitignore #3

Open
mirdaki opened this issue Jul 20, 2020 · 2 comments
Open

Add .gitignore #3

mirdaki opened this issue Jul 20, 2020 · 2 comments

Comments

@mirdaki
Copy link

mirdaki commented Jul 20, 2020

You have some files (well just .DS_Store right now) that don't add anything to the project and shouldn't be tracked in Git. You can add a .gitignore file to prevent those from being added in the future (though the ones already tracked will need to be manually deleted). I like to use gitignore.io to generate the file content, because I can quickly add different types of files to be ignored (such as MacOS and Python ones).

@RobotGyal
Copy link
Owner

I will add the .DS_store to the .gitignore. I always forget that file.
There is a .gitignore but I added the '.gitignore' to itself so that it wouldn't be tracked. I don't know if thats standrd or not

@mirdaki
Copy link
Author

mirdaki commented Jul 22, 2020

It is not. You'll want to track the .gitignore so other people on your project will automatically block files too. I'll usually add the standard Windows and Linux files to my .gitignore as well, so no contributors would add the standard OS stuff either.

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

No branches or pull requests

2 participants