-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (55 loc) · 970 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
59
60
61
62
# .gitignore for Unreal Engine projects with embedded Wwise projects
# This is a work in progress, please report any issues to Quin Henshaw
# Unreal
Binaries/
DerivedDataCache/
Intermediate/
Plugins/
Saved/
Build/
Builds/
# Wwise Project
UnrealGitTest_WwiseProject/IncrementalSoundBankData.xml
UnrealGitTest_WwiseProject/.cache/
UnrealGitTest_WwiseProject/.backup/
UnrealGitTest_WwiseProject/*.akd
UnrealGitTest_WwiseProject/*.akpk
UnrealGitTest_WwiseProject/*.prof
UnrealGitTest_WwiseProject/*.validationcache
UnrealGitTest_WwiseProject/*.wsettings
# Fmod Project
FMOD/.user/
FMOD/.unsaved/
FMOD/.cache/
FMOD/.restore/
FMOD/user/
FMOD/unsaved/
FMOD/restore/
FMOD/fmod.log
FMOD/fmod_editor.log
# Code Editors
.vscode/
.vs/
.gradle/
.vscode/
.idea/
# Autogenerated solution and project files
*.csproj
*.sdf
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.booproj
*.svd
*.opensdf
*.opendb
*.VC.db
*.xcodeproj
*.xcworkspace
# Windows
Thumbs.db
Thumbs.db.meta
# Mac
*.DS_Store