diff options
| author | Wyatt <[email protected]> | 2022-09-29 15:04:42 -0700 |
|---|---|---|
| committer | Wyatt <[email protected]> | 2022-09-29 15:04:42 -0700 |
| commit | 8f060a1679a209d4d01a60be554116537e2a8e62 (patch) | |
| tree | 46a618dab05d6cd40c320ce8774a7b6d361d2701 /.gitignore | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab0-johnson-8f060a1679a209d4d01a60be554116537e2a8e62.tar.xz cst116-lab0-johnson-8f060a1679a209d4d01a60be554116537e2a8e62.zip | |
finished
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc85e46 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/CST116-BlankConsole/.vs/CST116-BlankConsole +/.vs/cst116-lab0-wyattjohnson/v17 |