-
-
Notifications
You must be signed in to change notification settings - Fork 649
Expand file tree
/
Copy path.gitignore
More file actions
131 lines (112 loc) 路 1.87 KB
/
Copy path.gitignore
File metadata and controls
131 lines (112 loc) 路 1.87 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Configuration
lib/ProductOpener/Config2.pm
lib/ProductOpener/SiteLang.pm
po/site-specific
# tests outputs
tests/unit/outputs/
tests/integration/outputs/
# local configs, most of them are link to files in conf/ depending on instance
/html/.well-known/apple-*
/log.conf
/minion_log.conf
# data dirs - we shall not mix data and git files, as it makes deployments/updates difficult
/build-cache
/debug
/deleted.images
/dist
/logs
/new_images
/orgs
/products
/tmp
/users
/imports
/lang
/html/dump
/html/files
/html/data
/html/exports
/deleted_private_products
/deleted_products
/deleted_products_images
/export_files
# Images
/html/images/products
# Local files
.DS_Store?
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.vstags
.Rhistory
# editors
.~*
.*.swo
.*.swp
.vscode/launch.json
.vscode/perl-lang/
.vscode/settings.json
.idea/
# Backup files
*.bak
# Logs
logs/
!scripts/utils/logs
debug/
Store.debug.txt
*.log
nytprof*.out
# Local databases
data/mongodb
Lang.open*
users_emails.sto
html/data/*
html/products_countries.js
products_stats_*.html
products_stats_*.json
# Libraries
node_modules
html/bower_components
local
# Front build
/html/css/dist
/html/js/dist
/html/images/icons/dist
/html/images/attributes/dist
# Don't store helm dependencies in our git repo
docker/productopener/charts
docker/logs
# Exclude 3rd party deps, because SonarCloud ignores files in a .gitignore
html/js/datatables.*
html/js/jquery*
html/js/*nivo-zoom*
html/js/sigma*
# coverage data
/cover_db
# SBOM files (generated in CI)
*-sbom.json
*-sbom.cyclonedx.json
*-sbom.spdx.json
perl-sbom.json
# Env files
.env*
venv
# Taxonomies and cache
cache
taxonomies/*.json
taxonomies/*.result.txt
taxonomies/*.all.txt
/build-cache/taxonomies/*.json
/build-cache/taxonomies/*.result.txt
# Shared services and other dependencies
/deps
/deps/*
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
test_matomo_events.html