.gitignore hinzugefügt

This commit is contained in:
2025-11-23 08:21:39 +00:00
commit 81655bb782

46
.gitignore vendored Normal file
View File

@@ -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