forked from dalibo/temboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (42 loc) · 855 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
# Python runtime files
*.egg-info/
*.ipynb_checkpoints
*.pyc
# 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
# 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/
# Nodejs buildtime files
node_modules/
# temBoard runtime files
server_tasks.db
temboard*.pid
temboard-func.log
# Help developer customize their development environment
docker-compose.override.yml
temboard.conf.d/
*.log
dev/prometheus/import/*.txt