Uncategorized
git ignoring files in dir except some file patterns
Problem In cases of config dirs, I want to add a sample config file to git but ignore non-sample files that is actually used in local. For example, I am using using_config.json but do not want this to be added to git. On the other hand I do want config.sample.json Read more…