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
54 lines (50 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
54 lines (50 loc) · 1.05 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
.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-and-redirect.conf
/docker/nginx/block-and-redirect.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
/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/
.rsa/
## Files that will be created if Enterprise Version gets installed with valid license
/ee
/cron/delete_expired_data.py
/lib/ai-optimisations.py
# gemini-cli settings
.gemini/
# GitHub App credentials
gha-creds-*.json
# Window executables
*.exe
*.obj