-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
路48 lines (40 loc) 路 929 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
路48 lines (40 loc) 路 929 Bytes
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
/vendor
/bin
**/node_modules/
/docker/deploy
/storage
# config files
.env
.prettierignore
composer.lock
package-lock.json
pnpm-lock.yaml
pnpm-workspace.yaml
xbundler.*
compose.deploy.yml
discord-vote-reminder.js
# uploaded files
/public/Apps/
/public/data/*
/public/assets/images/users/
# config
/config/oauth*
/config/keys/
/config/security/
# sql
/sql/last_migration
# exclude .empty files within directories
!/public/assets/**/vendor
!**/.empty
# ! [public/data] Structure should look like this:
# public/data/squads/headline-images/default.jpg
# public/data/squads/logo-images/default.jpg
# public/data/users/liveplay-videos
# public/data/users/profile-images/0.jpg
# public/data/users/profile-images/tmp
# public/data/users/profile-images-history
# public/data/users/profile-images-history/thumbs
# ! Missing directories
# storage/logs
# config/keys
# config/security