Ignoring Content
- To create a
.gitingoreproperly, navigate togitignore.iofrom a browser and specify each technology that you would like to ignore the artifacts ofJava,Selenium,Python,NodeJS,AngularJS,Jekyll,WordPress, etc.
- Copy the generated contents and paste them in a file named
.gitignoreat the root directory of your project. - Execute the command below to ensure that the respective files are explicitly removed from the current
commit.git rm -r --cached .