Skip to content

Commit

Permalink
Merge pull request #218 from Neutron-Creative/v4
Browse files Browse the repository at this point in the history
Overhaul Singlelink from v2 -> v4
  • Loading branch information
Jim Bisenius authored Feb 13, 2022
2 parents 529eddb + fbcd696 commit d59fd2e
Show file tree
Hide file tree
Showing 313 changed files with 9,852 additions and 70,291 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
root = true

[*]
indent_style = space
indent_size = 2
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
11 changes: 11 additions & 0 deletions .env.template
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=
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
129 changes: 28 additions & 101 deletions .gitignore
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
16 changes: 0 additions & 16 deletions client/.babelrc

This file was deleted.

4 changes: 0 additions & 4 deletions client/.dockerignore

This file was deleted.

13 changes: 0 additions & 13 deletions client/.editorconfig

This file was deleted.

47 changes: 0 additions & 47 deletions client/.eslintrc

This file was deleted.

70 changes: 0 additions & 70 deletions client/@types/singlelink.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions client/@types/vue-shim.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions client/assets/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions client/assets/singlelink-brandmark.svg

This file was deleted.

16 changes: 0 additions & 16 deletions client/client.Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions client/components/README.md

This file was deleted.

Loading

0 comments on commit d59fd2e

Please sign in to comment.