For example this can be done for a global .gitignore file used by git as follows:
git config --global core.excludesfile some_path
I have a directory in which I place my config files and would like to do this for my jshint config file as well ...
For example this can be done for a global .gitignore file used by git as follows:
git config --global core.excludesfile some_path
I have a directory in which I place my config files and would like to do this for my jshint config file as well ...
Copyright © 2021 Jogjafile Inc.