Zell Liew 11/30/2018

What not to save into a Git repository

Read Original

This article details four categories of files that should not be saved in a Git repository: 1) System/editor files like .DS_Store, 2) Automatically generated files from compilers or preprocessors, 3) Library dependencies (context-dependent on package manager usage), and 4) Sensitive credentials like API keys and passwords, with a cautionary personal anecdote about the risks.

What not to save into a Git repository

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes