Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
71 changes: 71 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Dependencies
node_modules/
**/node_modules/
package-lock.json
**/package-lock.json

# Environment Variables
.env
.env.local
.env.development
.env.production
**/.env
**/.env.local

# Build Outputs
.next/
**/.next/
build/
dist/
out/

# Cache & Artifacts
cache/
artifacts/
**/cache/
**/artifacts/
.cache/

# Hardhat
contracts/cache/
contracts/artifacts/
typechain/
typechain-types/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Testing
coverage/
.nyc_output/

# Misc
*.tsbuildinfo
.eslintcache

# Large Media Files
*.mp4
*.mov
*.avi
image/Recording.mp4
Recording.mp4
181 changes: 0 additions & 181 deletions DASHBOARD_COMPARISON.md

This file was deleted.

Loading