diff --git a/.gitignore b/.gitignore index f7a6ccb4..c494ac6a 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,17 @@ Chart.lock # Ignore CLI configuration files .terraformrc terraform.rc + +# Node.js node_modules/ + +# Lock files - users generate their own based on package manager +package-lock.json +pnpm-lock.yaml +yarn.lock + +# Compiled TypeScript output (we use Vite, which compiles in-memory) +# Ignore .js files in web examples where there's a corresponding .ts file +web/**/index.js +web/**/vite.config.js +web/**/app.js diff --git a/dws/index.html b/dws/index.html index f2ee96de..383f0100 100644 --- a/dws/index.html +++ b/dws/index.html @@ -1,4 +1,4 @@ - +
@@ -8,6 +8,6 @@ - + - \ No newline at end of file +