forked from metabrainz/musicbrainz-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (38 loc) · 777 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
/admin/config.user.sh
/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
/root/static/images/leaflet
/root/static/scripts/common/DBDefs.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