.gitignore gelöscht
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -1,46 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user