-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (44 loc) · 819 Bytes
/
.gitignore
File metadata and controls
55 lines (44 loc) · 819 Bytes
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
# Ignore build outputs
**/bin/
**/obj/
*.nupkg
# macOS
.DS_Store
# Visual Studio / Rider
.vs/
*.user
*.suo
# VS Code
.vscode/
# Solution files that should not be committed from local experimentation
test-server.sln
*.swp
test-server
/recordings
dist/
.vscode
# TypeScript SDK specific
sdks/typescript/node_modules/
sdks/typescript/dist/
sdks/typescript/bin/
# TypeScript SDK Sample specific
sdks/typescript/sample/node_modules/
sdks/typescript/sample/dist/
# Python SDK specific
sdks/python/src/test_server_sdk/__pycache__
sdks/python/__pycache__
sdks/python/src/test_server_sdk.egg-info
# Python SDK Sample specific
sdks/python/sample/__pycache__
sdks/python/sample/.pytest_cache
# Swift / Package Manager
.build/
Packages/
.swiftpm/
# Xcode
build/
DerivedData/
*.xcodeproj/
xcuserdata/
# Credentials
.netrc