33 lines
306 B
Plaintext
33 lines
306 B
Plaintext
#.dockerignore
|
|
*~
|
|
Dockerfile
|
|
.git/
|
|
|
|
#.gitignore
|
|
*.dylib
|
|
*.so
|
|
*.o
|
|
*.lo
|
|
*.Makefile
|
|
*.target.gyp.mk
|
|
lib/binding
|
|
build
|
|
out
|
|
Release
|
|
Debug
|
|
node_modules
|
|
.deps
|
|
Makefile.gyp
|
|
gyp-mac-tool
|
|
.dirstamp
|
|
npm-debug.log
|
|
test/support/big.db
|
|
test/tmp
|
|
test/nw/app.nw
|
|
.DS_Store
|
|
.idea
|
|
.dtps
|
|
local.env
|
|
.mason
|
|
.eslintrc.js
|
|
setup.sh |