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
Post a Comment