diff options
| author | Warrick Lo <wlo@warricklo.net> | 2026-05-08 01:55:51 -0700 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-05-08 01:55:51 -0700 |
| commit | 714557cb66f5be11a77d45ec51c046addf34050f (patch) | |
| tree | 2e3d59543b3db7fee0018c2c2374b5ea2672bad1 /.gitignore | |
| parent | Update resources (diff) | |
| download | montreal-714557cb66f5be11a77d45ec51c046addf34050f.tar.xz montreal-714557cb66f5be11a77d45ec51c046addf34050f.zip | |
Add project scaffolding
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91a8b12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +*.bak +*.swp +*.swo +.vscode |