gitignore? #140316
Answered
by
Meow-pilli
sainived151
asked this question in
New to GitHub
gitignore?
#140316
-
What is gitignore? |
Beta Was this translation helpful? Give feedback.
Answered by
Meow-pilli
Oct 1, 2024
Replies: 1 comment
-
gitignore is a text file that tells Git which files or directories to ignore in a project. It’s a way to exclude certain files or patterns from being tracked by Git, so they won’t be committed to the repository or appear in the commit history. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sainived151
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gitignore is a text file that tells Git which files or directories to ignore in a project. It’s a way to exclude certain files or patterns from being tracked by Git, so they won’t be committed to the repository or appear in the commit history.