git ignore not saving changes
# Don't track content of these folders
node_modules/
someOtherfoler/
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
git rm -rf --cached .
git add .
Also in Shell:
- disable open file explorer erverytime i connect usb ubuntu
- how to save environment variables ubuntu
- command to check working of gpu in linux
- check os shell liunx cygwin darwin
- ERROR 2002 (HY000): Can
- how to see all branches in git
- fetching a forked branch
- uninstall webpack globally
- npm list global packages
- installing rspec gemfile
- how to install programs in ubuntu using terminal
- can i go back to bash from zsh mac
- linux move file
- show all processes linux
- github graphql query to get your repos
- how to set date in ubuntu
- conda install keras
- windows flush dns
- git remove branch
- python version command
- how to create a user and add it to a group in linux
- The repository 'https://download.docker.com/linux/ubuntu focal Release' does not have a Release file
- check disk space linux
- install pip ubuntu