-
Notifications
You must be signed in to change notification settings - Fork 49
/
.gitignore
58 lines (48 loc) · 982 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/target
.DS_Store
.pytest_cache
.vscode/c_cpp_properties.json
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Oo]bj/
*.wasm
# Binary files
*.dylib
*.a
*.so
*.dll
*.class
# Editor directories and files
.idea
xcuserdata/
# Added by cargo
#
# already existing elements were commented out
#/target
node_modules/
clients/python/env/
# Third party license
THIRDPARTY.html
# Node.js addon binary file, for the current running operating system.
crates/bitwarden-napi/sdk-napi.*.node
# Complied TypeScript client
crates/bitwarden-napi/dist
languages/js/sdk-client/dist/
# Schemas
crates/bitwarden-napi/src-ts/bitwarden_client/schemas.ts
languages/cpp/include/schemas.hpp
languages/csharp/Bitwarden.Sdk/schemas.cs
languages/go/schema.go
languages/java/src/main/java/com/bitwarden/sdk/schema
languages/js/sdk-client/src/schemas.ts
languages/python/bitwarden_sdk/schemas.py
support/schemas
# Cmake build files
languages/cpp/cmake-build-debug