forked from AzuraCast/AzuraCast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (50 loc) · 885 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
48
49
50
51
52
53
54
55
56
57
58
# Frontend
node_modules
# Junk/cache files.
*Thumbs.db
tmp/cache/*---*
*.DS_Store
*.apdisk
.vagrant
.idea
/ubuntu-*-console.log
.phplint-cache
.gitinfo
# Local development files.
/backend/config/routes.dev.php
/env.ini
/app/env.ini
/app/.env
/azuracast.env
/util/fixtures/*
/util/fixtures/**/*
!/util/fixtures/.gitkeep
/util/local_ssl/*
!/util/local_ssl/.gitkeep
/web/static/yarn-error.log
/util/package_usage_report*
# Composer-generated content
/vendor/*
/vendor/**/*
!/vendor/.gitkeep
# NPM built content
/web/static/vite_dist/**/*
!/web/static/vite_dist/.gitkeep
/translations/frontend.pot
# Ansible deployment files
/ansible/
/util/ansible/deploy.retry
/util/ansible/update.retry
/tests/_output/*
# Docker files
/docker-compose.yml
/docker-compose.new.yml
/docker-compose.override.yml
/.env
# Backups
/*.tar.gz
/*.zip
# Plugins
/plugins/*
/plugins/**/*
!/plugins/.gitkeep