git - How do I know what files should be gitignored? -


i'm beginner in open-source , know there guidelines adding files .gitignore?

put files not want in git repository in .gitignore file.

these typically:

  • easy generate files
  • intermediate (build) files
  • large binaries (e.g. documentation), available elsewhere (on companies servers)
  • files containing sensitive information (like passwords)

Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -