paint-brush
Setting Up .gitignore For Your JavaScript Projectby@marcinwosinek
304 reads
304 reads

Setting Up .gitignore For Your JavaScript Project

by Marcin Wosinek4mSeptember 7th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Git is an essential tool for most developers. It allows you to track and describe changes in your codebase, which are then tracked inside repositories. By default, Git proposes you track all the files that are inside the root folder. With few rules, you can catch many files that should be ignored. Git is a file that lets you describe name patterns of what Git should ignore. The most common is to set up `gitignore` in the root of the project. It’s the first place other people will check, and by specifying a nested location, it allows you.

Company Mentioned

Mention Thumbnail
featured image - Setting Up .gitignore For Your JavaScript Project
Marcin Wosinek HackerNoon profile picture
Marcin Wosinek

Marcin Wosinek

@marcinwosinek

I'm a JavaScript developer. I'm here to teach you useful skills, so you can succeed in your work & private projects.

Learn More
LEARN MORE ABOUT @MARCINWOSINEK'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Marcin Wosinek HackerNoon profile picture
Marcin Wosinek@marcinwosinek
I'm a JavaScript developer. I'm here to teach you useful skills, so you can succeed in your work & private projects.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here