-1

I'm making a website and pushing to a repository to share with my friend so that he can review/critique, and he got on my case for not using a git ignore file.

What are some of the universal folders to ignore in a git commit?
Can someone give me an example file?

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
tocoolforscool
  • 422
  • 1
  • 9
  • 24

1 Answers1

7

Check out this site for a full description:

https://www.gitignore.io/

It will supply you with a full list of ignored file

CodeWizard
  • 128,036
  • 21
  • 144
  • 167