Skip to content

Commit

Permalink
Remove vscode folder from git
Browse files Browse the repository at this point in the history
  • Loading branch information
sshyam-gupta committed Jul 9, 2023
1 parent 8464b4f commit 7ee0847
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,35 @@ example/build
example/node_modules

**/.DS_Store

dist
node_modules
public/script.js
public/script.js.map


# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.cache

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

8 changes: 4 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export interface MapLayout {
legendTitle?: string
startColor?: ColorProperty
endColor?: ColorProperty
hoverTitle?: string // 'Count'
noDataColor?: ColorProperty //'#f5f5f5'
borderColor?: ColorProperty //'#8D8D8D'
hoverColor?: ColorProperty //'green'
hoverTitle?: string
noDataColor?: ColorProperty
borderColor?: ColorProperty
hoverColor?: ColorProperty
hoverValuePrefix?: string
}

Expand Down

0 comments on commit 7ee0847

Please sign in to comment.