更新
更旧
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
.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