Code updates
This commit is contained in:
parent
6b4a075f59
commit
cb298e0732
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
.env
|
||||
*.espresso.*
|
||||
*.mil
|
||||
*.hwx
|
||||
*.bin
|
||||
H13G.e5
|
||||
*.dmg
|
||||
*.integrity_catalog
|
||||
*.root_hash
|
||||
*.trustcache
|
||||
tss-*.plist
|
||||
Cryptex*,Ticket
|
||||
*.im4m
|
||||
*.integritycatalog
|
||||
tokenizer
|
||||
@ -2,12 +2,15 @@
|
||||
|
||||
# Run from the root of the repo
|
||||
fd --type f -g "*.json" . -X git add -v {}
|
||||
fd --type f -g "*.cryptex_info" . -X git add -v {}
|
||||
fd --type f -g "*Manifest.plist" . -X git add -v {}
|
||||
fd --type f -g "*Restore.plist" . -X git add -v {}
|
||||
fd --type f -g "*Info.plist" . -X git add -v {}
|
||||
fd --type f -g "*GenerativeModels.xml" . -X git add -v {}
|
||||
fd --type f -g "*Configuration.xml" . -X git add -v {}
|
||||
fd --type f -g "*Version.plist" . -X git add -v {}
|
||||
fd --type f -g "*.pbtxt" . -X git add -v {}
|
||||
fd --type f -g "receipt.plist" . -X git add -v {}
|
||||
git add -v scripts
|
||||
git add "*.md"
|
||||
git add summary.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user