diff --git a/.gitignore b/.gitignore index 92351b60..9f98469e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,11 @@ # Editor/IDE files *~ /tags -/.idea \ No newline at end of file +.idea +.vscode +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/web-client/.gitignore b/web-client/.gitignore new file mode 100644 index 00000000..7c98131a --- /dev/null +++ b/web-client/.gitignore @@ -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-* diff --git a/web-client/iron-remote-gui/.vscode/extensions.json b/web-client/iron-remote-gui/.vscode/extensions.json deleted file mode 100644 index bdef8201..00000000 --- a/web-client/iron-remote-gui/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": ["svelte.svelte-vscode"] -} diff --git a/web-client/iron-svelte-client/.gitignore b/web-client/iron-svelte-client/.gitignore index 39b0b1ab..b3787b23 100644 --- a/web-client/iron-svelte-client/.gitignore +++ b/web-client/iron-svelte-client/.gitignore @@ -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/