0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 20:03:07 +02:00
libsignal/.gitignore
Jordan Rose 3fd42d7a60 Move package.json inside the node/ directory
Previously all APIs were available through the top-level index.ts, but
now the zkgroup APIs are in their own module. To access that in the
old packaging required writing

    import * from '@signalapp/signal-client/node/dist/zkgroup'

This commit moves the package root into the node/ directory to
eliminate the 'node/' component, then adds a top-level, precompiled
zkgroup.js/.d.ts so that clients can use

    import * from '@signalapp/signal-client/zkgroup'
2021-11-08 16:40:50 -08:00

30 lines
403 B
Plaintext

/.idea
*.iml
/target
/swift/.build
/node/dist
/node/node_modules
/node/build
/rust/bridge/node/futures/tests/node-tests/node_modules
*.orig
*.rej
*~
\#*\#
.\#*
java/build
java/android/build/
java/java/build
java/tests/build
java/.gradle
java/gradle.properties
java/local.properties
java/android/src/main/jniLibs
java/java/src/main/resources
java/java/src/otherPlatformLibraries/resources
.DS_Store