forked from metabrainz/musicbrainz-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
51 lines (44 loc) · 1.04 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
/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.js
/root/static/scripts/tests/typeInfo.js
/blib
/lib/DBDefs.pm
/lib/DBDefs.pm.bak
/Makefile
/META.yml
/MYMETA.json
/MYMETA.yml
/po/*.mo
*.ttc
*.pyc
*~
.#*
*.swp
# Ignore files generated by lib/MusicBrainz/Server/Data/FileCache.pm
/root/static/build/
/root/static/sitemaps/sitemap*
/data
# Ignore nodejs dir
/node_modules
# 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