-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #218 from Neutron-Creative/v4
Overhaul Singlelink from v2 -> v4
- Loading branch information
Showing
313 changed files
with
9,852 additions
and
70,291 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
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,11 @@ | ||
PGDATABASE= | ||
PGPORT= | ||
PGHOST= | ||
PGUSER= | ||
PGPASSWORD= | ||
META_TITLE= | ||
META_DESC= | ||
META_IMG= | ||
BRANDING= | ||
SECRET= | ||
PASSWORD= |
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,3 @@ | ||
{ | ||
"extends": "next/core-web-vitals" | ||
} |
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,110 +1,37 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# Configuration files | ||
**/config.json | ||
**/config.js | ||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# Kubernetes | ||
**/secrets.yaml | ||
kubernetes/2_editor-config.yaml | ||
kubernetes/3_server-config.yaml | ||
**/renderer-config.yaml | ||
# testing | ||
/coverage | ||
|
||
dist | ||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
### Node template | ||
# Logs | ||
logs/ | ||
*.log | ||
**/npm-debug.log* | ||
**/yarn-debug.log* | ||
**/yarn-error.log* | ||
# production | ||
/build | ||
|
||
# Runtime data | ||
pids | ||
client/pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
client/lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
client/coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
client/bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
client/build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
client/jspm_packages/ | ||
|
||
# TypeScript v1 declaration files | ||
client/typings/ | ||
|
||
# Website | ||
www/dist/ | ||
www/node_modules/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
|
||
# next.js build output | ||
.next | ||
|
||
# nuxt.js build output | ||
.nuxt | ||
|
||
# Nuxt generate | ||
/client/dist | ||
|
||
# vuepress build output | ||
/client/.vuepress/dist | ||
|
||
# Serverless directories | ||
/client/.serverless | ||
|
||
# IDE / Editor | ||
.idea | ||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# Service worker | ||
sw.* | ||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# macOS | ||
.DS_Store | ||
# local env files | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# Vim swap files | ||
*.swp | ||
# vercel | ||
.vercel | ||
|
||
certs | ||
# typescript | ||
*.tsbuildinfo |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.