chore: fix conflict of End of lines and change end of line feed to 'lf'

This commit is contained in:
SajadMRjl
2025-07-16 18:51:57 +03:30
parent 85a890c5b4
commit b62828df7b
3 changed files with 5 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto eol=lf

2
.gitignore vendored
View File

@@ -12,6 +12,8 @@ dist
dist-ssr
*.local
*.tsbuildinfo
# Editor directories and files
.vscode/*
!.vscode/extensions.json

2
vite.config.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
declare const _default: import('vite').UserConfig;
export default _default;