Started drafting medscan extension
This commit is contained in:
parent
0c695a377c
commit
26086aaea7
14 changed files with 12437 additions and 0 deletions
23
openflexure_microscope/api/extra_extensions/medscan/static/.gitignore
vendored
Normal file
23
openflexure_microscope/api/extra_extensions/medscan/static/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Override and include dist
|
||||
!/dist
|
||||
Loading…
Add table
Add a link
Reference in a new issue