Horje
gitignore all files and folders in only one folder Code Example
how to ignore folder in gitignore duplicate
# Step 1) First stop git from tracking the <folder> 
### Example git rm -r --cached dist ###
git rm -r --cached <folder> 

# Step 2) Then update .gitignore file
dist/
node_modules/
*.log
.env
*.zip
gitignore all files and folders in only one folder
*
*/
!.gitignore




Shell

Related
how to execute a file in ubuntu by double click Code Example how to execute a file in ubuntu by double click Code Example
yarn install production only Code Example yarn install production only Code Example
git pull new branch from remote Code Example git pull new branch from remote Code Example
how to give git your email address Code Example how to give git your email address Code Example
Install heroku CLI Code Example Install heroku CLI Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10