Skip to content

Commit

Permalink
add files
Browse files Browse the repository at this point in the history
  • Loading branch information
acproejct committed Nov 11, 2020
1 parent 125b581 commit e743ba4
Show file tree
Hide file tree
Showing 12 changed files with 1,988 additions and 42 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
/dist
dist
# testing
/coverage
/nbproject
# production
/build
/nbproject
/native/build/*
/native/ToupcamApp/src/main/resources/static/tensorflow
/types/native/libs64/*
/out
.drawio-chrome
.webpack
.vscode
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
*.pyd
tensorflow.dll
tensorflow.lib
opencv_*.lib
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/native/node_modules
/native/node-ffi-napi/node_modules
/native/node-toupcam/node_modules
/native/ToupcamApp/target/
src/components/jvm_dll_path.json
/saved_models
/saved_models/**
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/GNNs.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e743ba4

Please sign in to comment.