-
-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (52 loc) · 791 Bytes
/
.gitignore
File metadata and controls
60 lines (52 loc) · 791 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
49
50
51
52
53
54
55
56
57
58
59
60
/vendor
.git/
.vscode/
.env
.github/workflows/ci.yaml
# Elytra binary
elytra
!elytra/
*.DS_Store*
!.env.ci
.env*
!.env.example
.vagrant/
storage/framework/*
/.idea
/nbproject
/.direnv
node_modules
*.log
_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php
.yarn
public/assets/manifest.json
# For local development with docker
docker-compose.yml
local_docker
/srv
/var
/data
# for image related files
misc
.php-cs-fixer.cache
coverage.xml
resources/lang/locales.js
.phpunit.result.cache
/public/build
/public/hot
result
#docker-compose.yaml
.swc/
.turbo
# Sentry Config File
.env.sentry-build-plugin
# Nix specific stuff
nix/docker/wings/pterodactyl
nix/docker/maria/mariadata
nix/docker/wings/etc/
nix/docker/wings/lib/
nix/docker/maria/mariadb_data/
nix/mariadb/
mariadb_data/