forked from RedisInsight/RedisInsight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (63 loc) · 950 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# compiled output
dist
node_modules
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
**/coverage
# IDEs and editors
/.idea
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
*.css.d.ts
*.sass.d.ts
*.scss.d.ts
**/*.scss.d.ts
# IDE - VSCode
.vscode
# App packaged
release
main.prod.js
main.prod.js.map
redisinsight/ui/main.prod.js
redisinsight/ui/main.prod.js.map
renderer.prod.js
renderer.prod.js.map
redisinsight/ui/style.css
redisinsight/ui/style.css.map
redisinsight/ui/dist
redisinsight/api/commands
redisinsight/api/guides
redisinsight/api/tutorials
redisinsight/api/content
dist
distWeb
dll
main.js
main.js.map
vendor
redisinsight/main.js.LICENSE.txt
redisinsight/main.prod.js.LICENSE.txt
# E2E tests report
/tests/e2e/report
/tests/e2e/results
/tests/e2e/remote
/tests/e2e/.redisinsight-v2
# Parcel
.parcel-cache
# caches
.temp_cache