From f4e2146723b7e8cfda6c56863fc5b231475bce73 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 30 Dec 2021 07:56:31 +0000 Subject: [PATCH] zigmod init --- .gitattributes | 6 ++++++ .gitignore | 2 ++ zig.mod | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 .gitattributes create mode 100644 zig.mod diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..689396c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto +*.zig text eol=lf # See https://github.com/ziglang/zig-spec/issues/38 +zig.mod text eol=lf +zigmod.* text eol=lf +zig.mod linguist-language=YAML +zig.mod gitlab-language=yaml diff --git a/.gitignore b/.gitignore index e73c965..68a2909 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ zig-cache/ zig-out/ +.zigmod +deps.zig diff --git a/zig.mod b/zig.mod new file mode 100644 index 0000000..520f311 --- /dev/null +++ b/zig.mod @@ -0,0 +1,5 @@ +id: va9657y7sc352r94jivh9b17lnaffyrou0dlu3x45n5ifm2q +name: skip +license: MIT +description: skip part of a file +dev_dependencies: