-
Notifications
You must be signed in to change notification settings - Fork 2
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
79 changed files
with
1,143 additions
and
1,132 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 |
---|---|---|
@@ -1,4 +1,15 @@ | ||
* | ||
!dist/ | ||
!bunfig.toml | ||
!LICENSE | ||
|
||
# Project files | ||
!/go.mod | ||
!/go.sum | ||
!/LICENSE | ||
!/server.go | ||
!/taskfile.yml | ||
|
||
# WWW | ||
!/www/** | ||
/www/dist/ | ||
/www/node_modules/ | ||
# TODO: rollup-plugin-visualizer issue | ||
/www/bundle.html |
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,7 +1,31 @@ | ||
#? Rename or copy this file to ".env" and set the variables there. | ||
#? | ||
#?#################### | ||
#? VARIABLE STRUCTURE: | ||
#?#################### | ||
#? [ default ] : type < min - max > | ||
#? ^ ^ ^ | ||
#? | | | | ||
#? | | +---- RANGE between two values (these included) | ||
#? | +-------------- TYPE of the variable | ||
#? +------------------------ DEFAULT value applied if not set | ||
#? | ||
#?################### | ||
#? COMMENT STRUCTURE: | ||
#?################### | ||
#? "#?#..." or "###..." are used to comment a section line. | ||
#? "#?" is used to comment a help line. | ||
#? "##" is used to comment a description line. | ||
#? "#" is used to comment a variable line. | ||
#? | ||
#? You should remove the comment on variable lines only if you want to set the variable. | ||
|
||
########## | ||
## SERVER: | ||
# Set log verbosity [3]:integer | ||
# (0=none <- 1=error <- 2=warn <- 3=info <- 4=debug) | ||
#LOGLEVEL=3 | ||
########## | ||
## Address to bind the server to. [localhost]:string | ||
#? ("127.0.0.1", "[::1]", "0.0.0.0", "[::]", "localhost", ...) | ||
#JSPF_BIND_ADDRESS=localhost | ||
|
||
# Port for the server [3000]:integer | ||
#PORT=3000 | ||
## Listen port for the server. [3000]:integer | ||
#JSPF_PORT=3000 |
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
This file was deleted.
Oops, something went wrong.
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 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": ["config:recommended"] | ||
} |
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
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
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,140 +1,32 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
.pnpm-debug.log* | ||
|
||
# VSCode IDE | ||
.vscode/ | ||
|
||
# Jetbrains IDEs | ||
.idea/ | ||
|
||
# Finder (MacOS) folder config | ||
.DS_Store/ | ||
|
||
# Million lint | ||
.million | ||
|
||
# Diagnostic reports (https://nodejs.org/api/report.html) | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
*.lcov | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Snowpack dependency directory (https://snowpack.dev/) | ||
web_modules/ | ||
|
||
# TypeScript cache | ||
*.tsbuildinfo | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional stylelint cache | ||
.stylelintcache | ||
|
||
# Microbundle cache | ||
.rpt2_cache/ | ||
.rts2_cache_cjs/ | ||
.rts2_cache_es/ | ||
.rts2_cache_umd/ | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variable files | ||
.env | ||
.env.* | ||
!.env.example | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
.parcel-cache | ||
|
||
# Next.js build output | ||
.next | ||
out | ||
next-env.d.ts | ||
|
||
# Nuxt.js build / generate output | ||
.nuxt | ||
dist | ||
|
||
# Gatsby files | ||
.cache/ | ||
# Comment in the public line in if your project uses Gatsby and not Next.js | ||
# https://nextjs.org/blog/next-9-1#public-directory-support | ||
# public | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# vuepress v2.x temp and cache directory | ||
.temp | ||
|
||
# Docusaurus cache and generated files | ||
.docusaurus | ||
|
||
# Serverless directories | ||
.serverless/ | ||
|
||
# FuseBox cache | ||
.fusebox/ | ||
|
||
# DynamoDB Local files | ||
.dynamodb/ | ||
|
||
# TernJS port file | ||
.tern-port | ||
|
||
# Stores VSCode versions used for testing VSCode extensions | ||
.vscode-test | ||
|
||
# yarn v2 | ||
.yarn/cache | ||
.yarn/unplugged | ||
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* | ||
* | ||
|
||
# Project files | ||
!/.env.example | ||
!/go.mod | ||
!/go.sum | ||
!/LICENSE | ||
!/README.md | ||
!/server.go | ||
!/taskfile.yml | ||
|
||
# WWW | ||
!/www/ | ||
!/www/** | ||
/www/dist/ | ||
/www/node_modules/ | ||
# TODO: rollup-plugin-visualizer issue | ||
/www/bundle.html | ||
|
||
# GIT | ||
!/.gitattributes | ||
!/.gitignore | ||
|
||
# GitHub | ||
!/.github/ | ||
!/.github/** | ||
!/.github/renovate.json | ||
!/.github/workflows/*.yml | ||
|
||
# Docker | ||
!/.dockerignore | ||
!/Dockerfile |
Oops, something went wrong.