forked from metabrainz/musicbrainz-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
74 lines (62 loc) · 1.49 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
/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.js
/root/static/scripts/common/DBDefs-client-values.js
/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
/yarn-error.log
*.ttc
*~
.#*
*.swp
*.vscode
# 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