zigmod init
This commit is contained in:
parent
d260ea1627
commit
f4e2146723
3 changed files with 13 additions and 0 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
@ -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
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
zig-cache/
|
zig-cache/
|
||||||
zig-out/
|
zig-out/
|
||||||
|
.zigmod
|
||||||
|
deps.zig
|
||||||
|
|
5
zig.mod
Normal file
5
zig.mod
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
id: va9657y7sc352r94jivh9b17lnaffyrou0dlu3x45n5ifm2q
|
||||||
|
name: skip
|
||||||
|
license: MIT
|
||||||
|
description: skip part of a file
|
||||||
|
dev_dependencies:
|
Loading…
Reference in a new issue