Horje
how to ignore folder in gitignore duplicate 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




Shell

Related
git username and email register Code Example git username and email register Code Example
how to know which shell is specified for linux Code Example how to know which shell is specified for linux Code Example
git bash Code Example git bash Code Example
bash sum float numbers Code Example bash sum float numbers Code Example
pm2 process disappears after reboot Code Example pm2 process disappears after reboot Code Example

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