-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
.gitignore
32 lines (28 loc) · 809 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
# Directories
.vs/
# https://stackoverflow.com/questions/5533050/gitignore-exclude-folder-but-include-specific-subfolder
# don't ignore the NSIS Bin folder
!/Tools/Building.EngineInstaller/NSIS/Bin/**
# Whitelisting on the Engine bin folder for now
bin/*
bin-int/
build/
# Visual Studio Project Files
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
# XCode Project Files
*.xcworkspace
*.xcodeproj
# MacOS files
.DS_Store
/Sandbox/LargeScenesSandbox.razixproject
/Sandbox/Assets/Models/BistroExterior.glb
/Sandbox/Assets/Models/BattleOfTrashGods.gltf
/Sandbox/Assets/Models/BattleOfTrashGods.bin
/Sandbox/Assets/Materials/BistroExterior
/Sandbox/Assets/Materials/BattleOfTrashGods
/Sandbox/Assets/Cache/Meshes/BistroExterior
/Sandbox/Assets/Cache/Meshes/BattleOfTrashGods
/Sandbox/Assets/Models/SunTemple