In this video, we will learn what is the role of gitignore file in github repo.
The purpose of gitignore files is to ensure that certain files not tracked by Git and remain untracked. To stop tracking a file that is currently tracked, use git rm --cached to remove the file from the index. The filename can then be added to the .gitignore file to stop the file from being reintroduced in later commits.
When sharing your code with others, there are often files or parts of your project, you do not want to share.
Examples:
log files
temporary files
hidden files
personal files etc.
Git can specify which files or parts of your project should be ignored by Git using a .gitignore file.
Git will not track files and folders specified in .gitignore. However, the .gitignore file itself IS tracked by Git.
*************************************************************
Jenkins tutorial complete step by step guide :
How to install jenkins in windows: • How to Install Jenkins on Windows ? ...
How to create first sample job in jenkins: • How to Create First Freestyle Project...
Poll scm jenkins : • Jenkins Poll SCM GitHub | BUILD Trigg...
How to install plugin in jenkins: • Jenkins Plugins installation | EP 04 ...
How to create pipeline in jenkins: • Creating First Pipeline in Jenkins | ...
Configure Slave agent in jenkins: • Maven Installation & Jenkins Slave Ag...
SSH-KEYS setup : • SSH Key Based Password Less Authentic...
Maven installation: • Maven Installation on Windows | EP 01...
Configure Maven with Nexus: • Installation of Nexus Repository in w...
*************************************************************
Ubuntu on Virtualbox: • Need UBUNTU on Windows Operating Syst...
Install Guest additions in oracle vm: • Full screen issue ? | Install GUEST A...
Install Tomcat on Ubuntu: • How to Install and configure Tomcat ...
****************************************************
Devops interview questions: • Test your DevOps skills and knowledge...
Devops java project sample: • Create Java Project in Maven | Folder...
*****************************************************
devops tutorial for beginners
devops full course
devops interview questions
jenkins tutorial
jenkins for devops
#tutorial #devops #jenkins #jenkinstutorial #jenkinspipeline #learning #career #interview #question #jenkins #cicd #linux #devopsvijay #devopsproject #devopstraining #devopstrainingvideos #cicd #bashscripting #shellscripting