forked from green-coding-solutions/green-metrics-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (60 loc) · 1.38 KB
/
Copy path.gitignore
File metadata and controls
64 lines (60 loc) · 1.38 KB
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
.DS_Store
__pycache__
/config.yml
/config.yml.backup
/docker/nginx/api.conf
/docker/nginx/api.conf.backup
/docker/nginx/frontend.conf
/docker/nginx/frontend.conf.backup
/docker/nginx/block.conf
/docker/nginx/block.conf.backup
/docker/nginx/ssl/*
!/docker/nginx/ssl/README.md
/frontend/js/helpers/config.js
/frontend/js/helpers/config.js.backup
/sftp-config.json
*.sublime-project
*.sublime-workspace
TODO
/docker/compose.yml
metric-provider-binary
.vscode
static-binary
.pytest_cache
/lib/hardware_info_root.py
/tools/cluster/cleanup.py
/node_modules/
/lib/c/*.o
/tools/backup
/manager-config.yml
/venv/
/docker/test-compose.yml
/tests/structure.sql
tools/sgx_enable
/tests/test-config.yml
/tests/.testmondata
/tests/.coverage
/tests/test-config.js
/templates/ai/usage_scenario.yml.tmp
/templates/website/usage_scenario.yml.tmp
.nova/
## Files that will be created if Enterprise Version gets installed with valid license
/ee
/cron/delete_expired_data.py
/cron/carbondb_copy_over_and_remove_duplicates.py
/cron/carbondb_compress.py
/tests/cron/test_carbondb_compress.py
/tests/frontend/test_frontend_ee.py
/tests/api/test_api_hog.py
/tests/api/test_api_carbondb.py
/tools/rebuild_carbondb.py
/frontend/js/hog-details.js
/frontend/js/carbondb.js
/frontend/js/hog.js
/frontend/hog-details.html
/frontend/hog.html
/frontend/carbondb.html
# gemini-cli settings
.gemini/
# GitHub App credentials
gha-creds-*.json