-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
134 changed files
with
11,222 additions
and
17,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |
Empty file.
4 changes: 4 additions & 0 deletions
4
.docker/rootfs-local/traefik/etc/traefik/dynamic_conf/conf.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tls: | ||
certificates: | ||
- certFile: /etc/ssl/certs/local/cert.pem | ||
keyFile: /etc/ssl/certs/local/key.pem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
# https://stackoverflow.com/a/51429852/4156752 | ||
# Ignore everything | ||
* | ||
|
||
# Allow files and directories | ||
!/.docker/rootfs | ||
|
||
!/pwa/.docker/rootfs | ||
!/pwa/public | ||
!/pwa/src | ||
!/pwa/.browserlistrc | ||
!/pwa/index.html | ||
!/pwa/package.json | ||
!/pwa/pnpm-lock.yaml | ||
!/pwa/postcss.config.js | ||
!/pwa/tailwind.config.ts | ||
!/pwa/tsconfig.json | ||
!/pwa/tsconfig.node.json | ||
!/pwa/vite.config.ts | ||
!/pwa/vitest-setup.js | ||
|
||
# Ignore unnecessary files inside allowed directories | ||
# This should go after the allowed directories | ||
**/*~ | ||
**/*.log | ||
**/*.md | ||
**/*.php~ | ||
**/*.bat | ||
**/._* | ||
**/.dockerignore | ||
**/.DS_Store | ||
**/.git/ | ||
**/.gitattributes | ||
**/.gitignore | ||
**/.gitmodules | ||
**/docker-compose.*.yaml | ||
**/docker-compose.*.yml | ||
**/docker-compose.yaml | ||
**/docker-compose.yml | ||
**/Dockerfile | ||
**/Thumbs.db | ||
**/.editorconfig | ||
**/.env.*.local | ||
**/.env.local | ||
# **/*.test.tsx | ||
.github/ | ||
.idea/ | ||
.vscode/ | ||
build/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.