forked from project-chip/zap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
97 lines (76 loc) · 1.44 KB
/
.gitignore
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.DS_Store
.thumbs.db
node_modules
generated-html
# Temp generation file
docs/zap-schema.dot
# Quasar core related directories
.quasar
/dist
#We don't save the coverage within
#this repo.
test/jest/coverage
test/jest/__tests__/data/zap.sqlite
test/.zap
junit.xml
# Cordova related directories and files
/src-cordova/node_modules
/src-cordova/platforms
/src-cordova/plugins
/src-cordova/www
# Capacitor related directories and files
/src-capacitor/www
/src-capacitor/node_modules
# BEX related directories and files
/src-bex/www
/src-bex/js/core
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Random test file that I keep using for the JSON output.
test.json
test.log
test.zap
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
# Sonarqube stuff
.scannerwork
test-report.xml
# Temporary place for handlebars stuff.
src-electron/handlebars/out/
# Temporary place for generation
tmp/
spa/
# Version file
.version.json
# Generated packaging file.
apack_zap.package
# Backup files
*~
# Cypress screenshots and videos
cypress/screenshots/**
cypress/videos/**
cypress/downloads/**
# Cypress / Jest code coverage files
jest-coverage
.nyc_output
coverage
coverage.json
cypress-coverage
reports
# clinic.js performance profiling data
.clinic
# Downloaded artifacts from Nexus / Github / etc via download-artifact script
artifacts
**/zap-*.zip
**/zap-*zip.json
**/zap-*.zip.download
# Usual test names
test-regen
test-output/