aboutsummaryrefslogtreecommitdiffstats
path: root/site/.gitignore
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-08 21:16:39 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-08 21:16:39 -0700
commit14dbd311366bf0a61526a064730f57cde52ad8e3 (patch)
tree69a8a71a024030ca08bc0201630ac4a8f7183f69 /site/.gitignore
parente759997a41b374250cf4c0e127b3a5a33361d1b0 (diff)
add new better styled demo page and components
Diffstat (limited to 'site/.gitignore')
-rw-r--r--site/.gitignore66
1 files changed, 66 insertions, 0 deletions
diff --git a/site/.gitignore b/site/.gitignore
new file mode 100644
index 0000000..2db4792
--- /dev/null
+++ b/site/.gitignore
@@ -0,0 +1,66 @@
+node_modules/
+.node_modules/
+built/*
+tests/cases/rwc/*
+tests/cases/perf/*
+!tests/cases/webharness/compilerToString.js
+test-args.txt
+~*.docx
+\#*\#
+.\#*
+tests/baselines/local/*
+tests/baselines/local.old/*
+tests/services/baselines/local/*
+tests/baselines/prototyping/local/*
+tests/baselines/rwc/*
+tests/baselines/reference/projectOutput/*
+tests/baselines/local/projectOutput/*
+tests/baselines/reference/testresults.tap
+tests/baselines/symlinks/*
+tests/services/baselines/prototyping/local/*
+tests/services/browser/typescriptServices.js
+src/harness/*.js
+src/compiler/diagnosticInformationMap.generated.ts
+src/compiler/diagnosticMessages.generated.json
+src/parser/diagnosticInformationMap.generated.ts
+src/parser/diagnosticMessages.generated.json
+rwc-report.html
+*.swp
+build.json
+*.actual
+tests/webTestServer.js
+tests/webTestServer.js.map
+tests/webhost/*.d.ts
+tests/webhost/webtsc.js
+tests/cases/**/*.js
+tests/cases/**/*.js.map
+*.config
+scripts/eslint/built/
+scripts/debug.bat
+scripts/run.bat
+scripts/**/*.js
+scripts/**/*.js.map
+coverage/
+internal/
+**/.DS_Store
+.settings
+**/.vs
+**/.vscode/*
+!**/.vscode/tasks.json
+!**/.vscode/settings.template.json
+!**/.vscode/launch.template.json
+!**/.vscode/extensions.json
+!tests/cases/projects/projectOption/**/node_modules
+!tests/cases/projects/NodeModulesSearch/**/*
+!tests/baselines/reference/project/nodeModules*/**/*
+.idea
+yarn.lock
+yarn-error.log
+.parallelperf.*
+tests/baselines/reference/dt
+.failed-tests
+TEST-results.xml
+package-lock.json
+.eslintcache
+*v8.log
+/lib/ \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage