mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-07 17:45:01 +00:00
chore(web-client): update .gitignore files
Co-authored-by: irving ou <jou@devolutions.net>
This commit is contained in:
parent
5a1999aae3
commit
500beb21fa
4 changed files with 28 additions and 10 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -13,4 +13,11 @@
|
|||
# Editor/IDE files
|
||||
*~
|
||||
/tags
|
||||
/.idea
|
||||
.idea
|
||||
.vscode
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
|
19
web-client/.gitignore
vendored
Normal file
19
web-client/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Build artifacts
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
build
|
||||
|
||||
# Vite bundler
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"recommendations": ["svelte.svelte-vscode"]
|
||||
}
|
7
web-client/iron-svelte-client/.gitignore
vendored
7
web-client/iron-svelte-client/.gitignore
vendored
|
@ -1,11 +1,6 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/build
|
||||
/.svelte-kit
|
||||
/package
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
/static/iron-remote-gui
|
||||
/static/iron-remote-gui/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue