-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: delete top-level content (#3120) * chore: add analytics gitignore (#3120) * chore: move contents of `next` to top level (#3120) * chore: update moved files (#3120) * chore: add analytics to eslintignore and prettierignore (#3120) * chore: run prettier (#3120) * chore: add analytics to typescript exclusions (#3120) * chore: update package.json (#3120) * chore: restore and update top-level readme (#3120) --------- Co-authored-by: hunterckx <[email protected]>
- Loading branch information
Showing
1,847 changed files
with
22,207 additions
and
77,054 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 |
---|---|---|
|
@@ -2,4 +2,6 @@ | |
**/out/* | ||
**/.next/* | ||
|
||
build | ||
build | ||
|
||
/analytics |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
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,103 +1,50 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# IDEs and editors | ||
.idea | ||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# Coverage directory used by tools like istanbul | ||
# testing | ||
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 (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
# production | ||
/build | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# gatsby files | ||
.cache/ | ||
public !/next | ||
|
||
# Mac files | ||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# Yarn | ||
yarn-error.log | ||
.pnp/ | ||
.pnp.js | ||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# Files built using webpack | ||
site/bundle.css | ||
site/style-bundle.js | ||
/.cache/ | ||
/public/ | ||
/node_modules_bak/ | ||
|
||
# Local | ||
.tmp | ||
/.firebase/ | ||
|
||
# Data | ||
static/dashboard-index.json | ||
static/dashboard-index-anvil.json | ||
static/dashboard-index-ncpi.json | ||
static/site-search-index.json | ||
# debug | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.pnpm-debug.log* | ||
|
||
# Workspace Field Report | ||
static/workspace-fields-report.csv | ||
plugins/gatsby-plugin-workspace-fields-report/prod-workspaces-sb-all.json | ||
# env files | ||
/.env*.local | ||
/.env.development | ||
/.env.production | ||
|
||
# Dashboard Report AnVIL Studies | ||
static/dashboard-report-anvil-studies.csv | ||
# vercel | ||
.vercel | ||
|
||
# Keys | ||
keys.sh | ||
# typescript | ||
*.tsbuildinfo | ||
next-env.d.ts | ||
|
||
# Scripts data | ||
# scripts data | ||
/scripts/workspace-files | ||
/scripts/new-cser-materials | ||
|
||
# Python | ||
# python | ||
__pycache__/ | ||
/scripts/**/venv | ||
/analytics/**/_build | ||
/analytics/venv | ||
/scripts/**/venv/ | ||
|
||
# IDEs and editors | ||
.idea |
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
Oops, something went wrong.