diff options
| author | Mel <mel@rnrd.eu> | 2025-06-12 17:14:12 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-06-12 17:14:12 +0200 |
| commit | 9676d1ca61b025af9e52506f8aec1f9c0792f51c (patch) | |
| tree | 1992a522d86019e87363c2b0de2ce37368d27789 /.gitignore | |
| parent | 8b655fe0f1d6589c9216a6244c067aec1d866be7 (diff) | |
| download | catskill-9676d1ca61b025af9e52506f8aec1f9c0792f51c.tar.zst catskill-9676d1ca61b025af9e52506f8aec1f9c0792f51c.zip | |
Parse most primitive types into tree
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d52979a..80e8eae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/ .direnv/ .idea -.vscode \ No newline at end of file +.vscode +input.csk \ No newline at end of file |
