Skip to content

Commit

Permalink
aligns to the main and reapply changes from the current branch
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
  • Loading branch information
CBiasuzzi committed Dec 6, 2023
2 parents d575744 + 58f6214 commit 91a2160
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions network-map-viewer/.gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
# Logs
logs
*.log
# dependencies
/node_modules

# production
/build

/coverage
/es
/lib
/umd
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local
/dist

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# webstorm
/.idea

/demo/node_modules
/demo/build
# misc
.env.local
.env.development.local
.env.test.local
.env.production.local

/demo/node_modules
/demo/build

0 comments on commit 91a2160

Please sign in to comment.