forked from openfoodfacts/openfoodfacts-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (40 loc) · 742 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
# Configuration
lib/ProductOpener/Config.pm
lib/ProductOpener/Config2.pm
lib/ProductOpener/SiteLang.pm
taxonomies/nutrient_levels.txt
# Local files
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.vstags
# Logs
Store.debug.txt
*.log
logs/modperl_error_log
nytprof*.out
# Local databases
data/mongodb
Lang.open*
users_emails.sto
html/data/*
# Libraries
node_modules
html/bower_components
local
# Front build
html/css/dist
html/js/dist
html/images/icons/dist
html/images/attributes/*.svg
# 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*