forked from project-chip/zap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (46 loc) · 918 Bytes
/
.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
.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
# 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
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
# Sonarqube stuff
.scannerwork
sonar-project.properties
# Temporary place for handlebars stuff.
src-electron/handlebars/out/
# Temporary place for generation
tmp/
spa/