-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 1.05 KB
/
.gitignore
File metadata and controls
61 lines (52 loc) · 1.05 KB
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
59
60
# Do not ignore git files in the root of the repo.
!/.git*
# Do not ignore current project's `.uproject`.
!/*.uproject
#################################
# Unreal Engine Generated Files #
#################################
/[Bb]uild
/[Bb]uilds
/Binaries
/DerivedDataCache
/Intermediate
/Saved
/Plugins/Developer
#################################
# Project Plugins #
#################################
# Plugin #
/Plugins/MGDynamicNavigation/Binaries
/Plugins/MGDynamicNavigation/Intermediate
# /Plugin #
# Plugin #
/MGDynamicNavigation/Binaries
/MGDynamicNavigation/Intermediate
# /Plugin #
#################################
# Visual Studio Generated Files #
#################################
# Cache Directory
.vs
# User Specific Files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# CPP Cache Files
*.VC.db
*.opendb
*.opensdf
*.sdf
# Solution Files
*.sln
# VSCode Cache Directory
.vscode
# VSCode History Files
**/.history
###################################
# JetBrains Rider Generated Files #
###################################
# Cache Directory
.idea