Compare commits
No commits in common. "18629565318688d5600ed00abef94801d2113546" and "4ecfd380c10ef76d52e09689066edd8b937f30ab" have entirely different histories.
1862956531
...
4ecfd380c1
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -31,6 +31,4 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|||
.idea
|
||||
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
.claude
|
||||
.DS_Store
|
||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user