From 81655bb7826b659a9175187c46c14fd6d05eac7e Mon Sep 17 00:00:00 2001 From: gitea Date: Sun, 23 Nov 2025 08:21:39 +0000 Subject: [PATCH] =?UTF-8?q?.gitignore=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..160f341 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ + 1 node_modules + 2 .DS_Store + 3 .tmp + 4 tmp + 5 dist + 6 coverage + 7 npm-debug.log* + 8 yarn.lock + 9 google-generated-credentials.json + 10 _START_PACKAGE + 11 .env + 12 .vscode/* + 13 !.vscode/extensions.json + 14 !.vscode/settings.default.json + 15 .idea + 16 nodelinter.config.json + 17 **/package-lock.json + 18 packages/**/.turbo + 19 .turbo + 20 *.tsbuildinfo + 21 .stylelintcache + 22 *.swp + 23 CHANGELOG-*.md + 24 *.mdx + 25 build-storybook.log + 26 *.junit.xml + 27 junit.xml + 28 test-results.json + 29 *.0x + 30 packages/testing/playwright/playwright-report + 31 packages/testing/playwright/test-results + 32 packages/testing/playwright/ms-playwright-cache + 33 test-results/ + 34 compiled_app_output + 35 trivy_report* + 36 compiled + 37 packages/cli/src/modules/my-feature + 38 .secrets + 39 packages/testing/**/.cursor/rules/ + 40 .venv + 41 .ruff_cache + 42 __pycache__ + 43 packages/cli/THIRD_PARTY_LICENSES.md + 44 .coverage + 45 .nyc_output + 46 packages/cli/src/commands/export/outputs \ No newline at end of file