diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c395bde --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +secret.txt \ No newline at end of file diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index 20f71a2..b99cccf 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -125,7 +125,8 @@ Emailing creates many confusing copies (e.g., report_final.docx, report_final2.d ## .gitignore -![.gitignore](git_ignore_commit.png) -![.gitignore](git_ignore_status.png) +![.gitignore](before_git_ignore.png) +![.gitignore](after_gitignore.png) + --- \ No newline at end of file diff --git a/after_gitignore.png b/after_gitignore.png new file mode 100644 index 0000000..fdd9b45 Binary files /dev/null and b/after_gitignore.png differ diff --git a/before_git_ignore.png b/before_git_ignore.png new file mode 100644 index 0000000..c4d3445 Binary files /dev/null and b/before_git_ignore.png differ