forked from appsemble/appsemble
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (35 loc) · 695 Bytes
/
.gitignore
File metadata and controls
46 lines (35 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Node modules
node_modules/
yarn.lock
# Build output for various packages
dist/
# This may be used for testing create-appsemble
/blocks/test/
# Vitest output
coverage/
__diff_output__/
junit.xml
# Playwright test output and configuration
/packages/e2e/test-results/
/packages/e2e/playwright-report/
/packages/e2e/playwright/.cache/
/packages/e2e/.auth/
/packages/e2e/results.xml
# Use this prefix for GitLab reports
/gl-*
# Log files by various tools
*.log
# Generated npm packages
*.tgz
# Any kind of certificate used for using SSL locally
/*.pem
# Lighthouse reports
/.lighthouseci/
# Helm charts hosted on GitLab pages
public/
*.d.ts
*.js
*.map
*.tsbuildinfo
!*.config.js
!*rc.js