diff options
| author | Fuwn <[email protected]> | 2025-11-20 21:39:18 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-11-20 21:53:25 -0800 |
| commit | 5ccd4667082a7ba69b737d252e239c3ac77fe658 (patch) | |
| tree | bbd4060335beb4332574993f499310b53ebed1d4 /.gitignore | |
| parent | feat: Implement Assignment 3 functionality (diff) | |
| download | cst276-5ccd4667082a7ba69b737d252e239c3ac77fe658.tar.xz cst276-5ccd4667082a7ba69b737d252e239c3ac77fe658.zip | |
feat: Add Assignment 3 diagram sources
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,3 +8,9 @@ docs # macOS .DS_Store + +# Node.js +node_modules + +# Mermaid +diagrams/**/*.png |