Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

node modules folder not getting ignore in git

touch .gitignore 
&& echo "node_modules/" >> .gitignore 
&& git rm -r --cached node_modules/ 
&& git status
Comment

PREVIOUS NEXT
Code Example
Shell :: curl upload to artifactory with basic auth 
Shell :: kde up maxfps 
Shell :: linux recover deleted file 
Shell :: view available pips 
Shell :: generate github access token 
Shell :: create folder with shell/bash 
Shell :: how to see users logged in linux 
Shell :: gatsby transformer remark 
Shell :: how to open teminal pycharm 
Shell :: bash loading bar spinner in bash shell script 
Shell :: if there is a string in a file batch 
Shell :: install node package globally 
Shell :: how to change hostname in kali linux 
Shell :: docker load 
Shell :: running localhost check in linux terminal 
Shell :: bash make multiple directories in current directory 
Shell :: how to know ROS path 
Shell :: benchmark a network drive windows without installing 
Shell :: refusing to merge unrelated git 
Shell :: shell sort algorithm complexity 
Shell :: git branch from current branch 
Shell :: dpkg get installed package version 
Shell :: install yarn on ubuntu 
Shell :: get a loading spinner javascript 
Shell :: How do I make a Git commit in the past 
Shell :: kubeadm get discovery-token-ca-cert-hash command openssl 
Shell :: bash list all files in directory and subdirectories 
Shell :: how to create hotspot in kali linux terminal 
Shell :: user no login centos 
Shell :: install docker ubuntu 20 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =