Skip to content

Commit

Permalink
Improve git-ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Oct 17, 2023
1 parent 8b4a530 commit 11a7fac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/models/llama2_*
/models/*
!/models/tinystories_15m
!/models/tinystories_260k
/zig-cache
/zig-out
8 changes: 7 additions & 1 deletion onecfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@
],
".gitignore": [
{
"value": ["/models/llama2_*", "/zig-cache", "/zig-out"]
"value": [
"/models/*",
"!/models/tinystories_15m",
"!/models/tinystories_260k",
"/zig-cache",
"/zig-out"
]
}
],
".prettierignore": [
Expand Down

0 comments on commit 11a7fac

Please sign in to comment.