diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-06-12 13:21:58 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-06-13 14:42:06 +0200 |
| commit | 54c2a13447914664fc78e1ab19ea717630873998 (patch) | |
| tree | d83bca940d6d55d851c351092260394ad4eef69f /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c301776 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# CMake Build Files +/build +/.cache + +# Various IDEs +/.zed +/.vscode + +# LSPs, etc. +/.clangd +/.ccls |
