Skip to content

Commit

Permalink
Migrate new LotP codebase structure
Browse files Browse the repository at this point in the history
  • Loading branch information
double-a-stories committed May 22, 2021
1 parent 53de283 commit 7ec62dc
Show file tree
Hide file tree
Showing 43 changed files with 4,289 additions and 200 deletions.
31 changes: 31 additions & 0 deletions .github/FUNDING.YML
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# These are supported funding model platforms

# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
# github:

# Replace with a single Patreon username
# patreon:

# Replace with a single Open Collective username
# open_collective:

# Replace with a single Ko-fi username
ko_fi: doublea

# Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# tidelift:

# Replace with a single Community Bridge project-name e.g., cloud-foundry
# community_bridge:

# Replace with a single Liberapay username
# liberapay:

# Replace with a single IssueHunt username
# issuehunt:

# Replace with a single Otechie username
# otechie:

# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
# custom:
66 changes: 64 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,64 @@
tweego
build/**
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# 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

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://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/

# TypeScript v1 declaration files
typings/

# 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

# next.js build output
.next

dist/*.html
proofing/*.html
18 changes: 18 additions & 0 deletions LICENSE-CODE
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
MIT No Attribution

Copyright (c) 2021 Double-A and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 7ec62dc

Please sign in to comment.