diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-13 00:31:15 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-13 00:44:13 +0200 |
commit | ac701605347e913b19ef8bd7f11039162e504f35 (patch) | |
tree | e0138f6e6310826d876a4f43f83caed6b0b89fda /.gitignore |
Create inital project structure + lexer
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c605a4f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +pipac |