Commit cb512879 authored by ReemyHasan's avatar ReemyHasan

Front Base

parent 7cf55a02

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
!.yarn/cache
#.pnp.*
/.idea/*
/.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
{
"recommendations": [
"arcanis.vscode-zipfs"
]
}
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment