Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add file to gitignore

touch .gitignore
$ git config --global core.excludesfile ~/.gitignore
$ echo '.idea' >> ~/.gitignore
Comment

.gitignore add files type

*.<filename extension>
Comment

how to add filer to git ignore

go to the gitignore file, add the name of the file to ignore
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell command line variables 
Shell :: install virtualbox linux 
Shell :: create rails app 
Shell :: dokcer remove image 
Shell :: linux ssh into machine with private key 
Shell :: git interactive rebase 
Shell :: how to use scp 
Shell :: close vim 
Shell :: how to uninstall django 
Shell :: add line to beginning of file shell script 
Shell :: jenkins builds 
Shell :: git pull in forked repo 
Shell :: print file size in mb linux 
Shell :: how to install specific version of software on mac using brew 
Shell :: cat in bash shell 
Shell :: docker compose commands 
Shell :: git create branch 
Shell :: Dockerfile RUN cmd before prompt 
Shell :: ssh set owner 
Shell :: how to upen image in kali linux 
Shell :: how to get data from pc to cluster 
Shell :: gunicorn gevent websocket 
Shell :: bash trim binary output 
Shell :: powershell get all unlinked gpo 
Shell :: Error: No Homebrew ruby 2.6.8 available for arm64 processors! 
Shell :: If you do not have Xcode installed, download and install it from App Store and run it once to complete its setup 
Shell :: no vnc download 
Shell :: sonarqube new project after creation in gitlab 
Shell :: ubuntu burg install 
Shell :: source vimrc from the web 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =