Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to use gitignore to ignore a folder

You can ignore entire directories, just by including their paths and putting a / on the end:

1
2
node_modules/
logs/
Comment

add folders to gitignore

dir_to_ignore/
Comment

.gitignore add directory

<dir name>/*
Comment

PREVIOUS NEXT
Code Example
Shell :: install grub manually 
Shell :: influxdb version 
Shell :: boostrap install 
Shell :: mac redis cli 
Shell :: git logline 
Shell :: ffmpeg extract single frame 
Shell :: scp folder copy 
Shell :: vi quit 
Shell :: ubuntu default tmux shell 
Shell :: store environment variables in firebase functions 
Shell :: kubectl restart recreate pod 
Shell :: install vim in vs 
Shell :: Push your branch up to the remote. 
Shell :: connect terminal to server 
Shell :: github pages push 
Shell :: ubuntu gitlab 
Shell :: Err:9 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu focal Release 404 Not Found [IP: 91.189.95.85 80] 
Shell :: url_launcher 
Shell :: git stash save name 
Shell :: nano enable syntax highlighting 
Shell :: git clone does not show all branches 
Shell :: authy 
Shell :: aws cli parse secretstring 
Shell :: How to change MAC Termianl Prompt 
Shell :: linux apt ignore not found package 
Shell :: shortan promt ubunto 
Shell :: unable to locate package php-xmlrpc 
Shell :: what is guthub 
Shell :: how to install skimage in pycharm command 
Shell :: chere cygwin 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =