-
-
Notifications
You must be signed in to change notification settings - Fork 283
/
.gitignore
85 lines (72 loc) · 1.74 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
78
79
80
81
82
83
84
85
/admin/vh_httpd.conf
/admin/startup.pl
/admin/apache/vh_mb_backend.conf
/admin/apache/vh_mb_frontend.conf
/admin/apache/startup.pl
/admin/replication/hooks/post-process
/docker/Dockerfile.*
/root/robots.txt
# Symlinks to node_modules/leaflet/
/root/static/images/leaflet/layers-2x.png
/root/static/images/leaflet/layers.png
/root/static/images/leaflet/marker-icon-2x.png
/root/static/images/leaflet/marker-icon.png
/root/static/images/leaflet/marker-shadow.png
/root/static/scripts/common/DBDefs-client.js
/root/static/scripts/common/DBDefs-client.mjs
/root/static/scripts/common/DBDefs.js
/root/static/scripts/common/DBDefs.mjs
/root/static/scripts/tests/typeInfo.js
/blib
/junit_output*
/lib/DBDefs.pm
/lib/DBDefs.pm.bak
/Makefile
/META.yml
/MYMETA.json
/MYMETA.yml
/po/*.mo
*.ttc
*~
.#*
*.swp
*.vscode
# Yarn - https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
/.pnp.*
/.yarn/*
!/.yarn/patches
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
!/.yarn/versions
/yarn-error.log
# Ignore files generated by lib/MusicBrainz/Server/Data/FileCache.pm
/root/static/build/
/root/static/sitemaps/sitemap*
/data
# Ignore nodejs dir
/node_modules
# Ignore cpanm/perl dir (created by musicbrainz-docker dev setup)
/.cpanm
/perl_modules
# Ignore log files (created by replication mirror.sh cron script)
/.logrotate-state
/mirror.log*
/slave.log*
# If there's at least one person using a mac
.DS_Store
# Ignore Devel::Cover results
/cover_db
# Ignore installed translation files
/lib/LocaleData/
# Ignore schema change catchup folder
/catchup
# Istanbul coverage
/.nyc_output/
/coverage/
# sir log/pid files created by script/reset_selenium_env.sh.
/t/selenium/.sir-amqp_watch.log
/t/selenium/.sir-amqp_watch.pid
/t/selenium/.sir-reindex.log
# IDE configs
.idea