-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
.gitignore
43 lines (36 loc) · 964 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
# IDEs
.vs
.idea
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Binary Files
plugin-dev/Binaries/*
# Compiled source files for the engine to use
plugin-dev/Intermediate/*
# plugin-dev link
**/Plugins/sentry
# Other
.DS_Store
# Ignore package release
package-release-github/
package-release-marketplace/
sentry-unreal-*.zip
# Prebuilt libraries & artifacts are collected in CI.
# Note: cannot use wildcard because then we couldn't white-list .gitkeep
plugin-dev/Source/ThirdParty/Android
plugin-dev/Source/ThirdParty/IOS
plugin-dev/Source/ThirdParty/Linux
plugin-dev/Source/ThirdParty/LinuxArm64
plugin-dev/Source/ThirdParty/Mac
plugin-dev/Source/ThirdParty/Win64
plugin-dev/Source/ThirdParty/CLI/*
!plugin-dev/Source/ThirdParty/.gitkeep
!plugin-dev/Source/ThirdParty/CLI/.gitkeep
# Sample
sample/.sentry-native
sample/.vsconfig
sample/SentryPlayground.uproject.DotSettings.user