mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-01-15 05:04:30 +00:00
f5e8da9d5c
* gh-pages setup * Minor change * Change router * Change font paths * v1 to GH pages while waiting for domain * Removes bad DApps, adds Nuo * vote component + some styles * styles for upvote and downvote * fix: downvotes * Adds routes to vote component
42 lines
512 B
Plaintext
42 lines
512 B
Plaintext
.embark
|
|
chains.json
|
|
config/livenet/password
|
|
config/production/password
|
|
coverage
|
|
embarkArtifacts
|
|
node_modules
|
|
package-lock.json
|
|
dist
|
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Editor artifacts
|
|
.vscode
|
|
.idea
|
|
.project
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Slither
|
|
crytic-export/
|