Skip to content

New file name for zig cache directory '.zig-cache' #668

@gr8mtyr

Description

@gr8mtyr

the gitignore for zig doesn't filter out the new name for the cache directory, gitignore currently it generates:

### zig ###
# Zig programming language

zig-cache/ # <---
zig-out/
build/
build-*/
docgen_tmp/

while zig outputs:

.
├── build.zig
├── build.zig.zon
├── src
├── .zig-cache # <---
└── zig-out

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions