diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index acf0a71..839fdcf 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -52,3 +52,7 @@ Example: ## 10. Pushing & Pulling Changes ![alt text](git_pull.png) ![alt text](git_push.png) + + +## 11. Ignoring Files with .gitignore +![alt text](gitignore.png) \ No newline at end of file diff --git a/gitignore.png b/gitignore.png new file mode 100644 index 0000000..b211097 Binary files /dev/null and b/gitignore.png differ