forked from openfoodfacts/openfoodfacts-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (66 loc) · 1.14 KB
/
.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Configuration
lib/ProductOpener/Config.pm
lib/ProductOpener/Config2.pm
lib/ProductOpener/SiteLang.pm
po/site-specific
# tests outputs
tests/unit/outputs/
tests/integration/outputs/
# Local files
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.vstags
# editors
.~*
.*.swo
.*.swp
.vscode/launch.json
.vscode/perl-lang/
.vscode/settings.json
.idea/
# Logs
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
# Libraries
node_modules
html/bower_components
local
# Front build
html/css/dist
html/js/dist
html/images/icons/dist
html/images/attributes/*.svg
# Images
html/images/products/*
# 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*
# Env files
.env*
# Taxonomies and cache
cache
taxonomies/*.sto
taxonomies/*.result.txt
taxonomies/*.all.txt
/build-cache/taxonomies/*.json
/build-cache/taxonomies/*.sto
/build-cache/taxonomies/*.result.txt