Search
 
SCRIPT & CODE EXAMPLE
 

HTML

git local and remote gitignore

<!---- git ignore local files : TL;DR;---->

echo YOURFILE_OR_DIRECTOY >> .git/info/exclude 

<!---- Description ---->

If you don't want to create a .gitignore file to share with others,
you can create rules that are not committed with the repository. 

You can use this technique for locally-generated files that you don't
expect other users to generate, such as files created by your editor.

Use your favorite text editor to open the file called 
.git/info/exclude within the root of your Git repository. 
Any rule you add here will not be checked in, and will only ignore
files for your local repository.
Comment

PREVIOUS NEXT
Code Example
Html :: como recupperar senha html 
Html :: How To Create "Empty" <Label Tag Without Name 
Html :: how to make a page notification 
Html :: bootstrap centred modal 
Html :: custom elements cannot query slot tags html5 
Html :: how to turn og suggensttions in html input 
Html :: html entity for ascending descending 
Html :: how to put more than one javascript function in an html tag 
Html :: text -center bootstrape 
Html :: javascript limit input to 2 decimal places 
Html :: webview html 
Html :: fontawesome language icon 
Html :: how to set a max length wtform 
Html :: image 
Html :: bootstrap navbar 
Html :: html table with sortable columns 
Html :: html range start value 
Html :: bulma file upload 
Html :: fontawesome 4.7 cdn 
Css :: css media queries 
Css :: react inline css background color 
Css :: text align left top 
Css :: how to use between in media query 
Css :: disable bullets in ul 
Css :: there is no tracking information for the current branch 
Css :: meyer-reset css cdn 
Css :: remove tailwind border in input fields or select 
Css :: use font awesome as content in css 
Css :: striped tables css 
Css :: elementor accordions closed by default 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =