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# exclude everything
somefolder/*
# exception to the rule
!somefolder/.gitkeep
Also in C++:
- flutter plugin installed but in flutter doctor it shows not installed
- Fetch submodules recursively
- ubuntu assume root
- lsof port
- install linux
- git checkout filename
- pm2 adonisjs
- redis download
- spotify ubuntu
- how check status docker in ubuntu
- fzf rpm
- creating a branch in git
- vim jump to beginning of line
- jango.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module
- docker install
- powershell set wsl 2
- untar multiple archives into thier own folders linux command
- git push error
- git check first commit
- how to install kivy in Ubuntu
- umount device is busy
- how to store git credentials
- how to restart the network in ubuntu
- run script on files in folder output to file