-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (45 loc) · 815 Bytes
/
.gitignore
File metadata and controls
50 lines (45 loc) · 815 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
47
48
49
50
*.DS_Store
**/node_modules/*
.idea/*
reports/*
apidocs-templates/*
test/smtpconfig.js/*
test/config.js/*
test/sync_config.js/*
test/report.json/*
tap-html.html
*html-report
coverage
.env
.dccache
dist/
.idea/
.vscode/
*.swp
*.swo
*~
.cache
test-results/
# Build artifacts (should only be in dist/)
src/**/*.js
src/**/*.js.map
# Compiled test artifacts (use .ts source only)
test/api/**/*.js
test/api/**/*.js.map
# Browser test bundle (generated)
test/e2e/sdk-browser-bundle.js
test/e2e/sdk-browser-bundle.js.map
docs
reports
# Bundler test artifacts (regenerated on test run)
test/bundlers/**/.next/
test/bundlers/**/dist/
test/bundlers/**/node_modules/
test/bundlers/**/package-lock.json
# Temporary internal scripts
test/docs/*.js
test/docs/*.mjs
test/docs/sanity-report*
*.log
.nx/
delivery-sdk-persistence/