Practice using Git for gitignore files to ignore certain files and folders
https://www.freecodecamp.org/news/gitignore-file-how-to-ignore-files-and-folders-in-git/
#git #ignore
https://www.freecodecamp.org/news/gitignore-file-how-to-ignore-files-and-folders-in-git/
#git #ignore
freeCodeCamp.org
.gitignore File – How to Ignore Files and Folders in Git
Git is a popular version control system. It is how developers can collaborate and work together on projects. Git allows you to track the changes you make to your project over time. On top of that, it lets you revert to a previous version if you want ...