-
Notifications
You must be signed in to change notification settings - Fork 54
/
.gitignore
53 lines (46 loc) · 936 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
# Python runtime files
*.egg-info/
*.ipynb_checkpoints
*.pyc
dev/downloads/
dev/bin/prometheus
dev/bin/promtool
# Buildtime files
build/
dist/
!.github/actions/dist
# ViteJS assets
ui/temboardui/static/*.css
ui/temboardui/static/css/
ui/temboardui/static/images/
ui/temboardui/static/*.js
ui/temboardui/static/js/
ui/temboardui/static/fontawesome-webfont*
ui/temboardui/static/manifest.json
ui/temboardui/static/.vite/
# From dev compose project
.env
dev/agent-bash_history
dev/agent-psql_history
dev/pip-cache
dev/venv-py*
dev/prometheus/targets/*.yaml
# Test runtime files
.coverage
# from pytest-log
test_log.log
tests/downloads/
tests/logs/
tests/screenshots/
tests/workdir/
tests/results.xml
# Nodejs buildtime files
node_modules/
# temBoard runtime files
dev/temboard/
temboard-func.log
# Help developer customize their development environment
docker-compose.override.yml
temboard.conf.d/
*.log
dev/prometheus/import/*.txt