how to make .gitignore
# Open git bash in the directory you wanna create .gitignore
# run command:
$ touch .gitignore
# there you go
how to make .gitignore
# Open git bash in the directory you wanna create .gitignore
# run command:
$ touch .gitignore
# there you go
gitignore command
There is no explicit git ignore command; instead, the . gitignore file must be edited and committed by hand when you have new files that you wish to ignore. The . gitignore files hold patterns that are matched against file names in your repository to determine whether or not they should be ignored.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us