Skip to content

Commit be45515

Browse files
author
Taniya Mathur
committed
Add build checksum files to .gitignore
- Add .build_checksum and .lib_checksum to .gitignore - These are build artifacts created by publish.py for optimization - Should not be tracked in version control as they are environment-specific - Remove any existing checksum files from git tracking
1 parent a5ef7bc commit be45515

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ build.toml
44
model.tar.gz
55
.checksum
66
.checksums/
7+
.build_checksum
8+
.lib_checksum
79
.vscode/
810
.DS_Store
911
dist/

0 commit comments

Comments
 (0)