-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (45 loc) · 1.13 KB
/
.gitignore
File metadata and controls
53 lines (45 loc) · 1.13 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
# 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
*.DS_Store
**.DS_Store
# clangd
compile_commands.json
.cache
#ignore the compiled shaders they are per-gpu-isa
Engine/content/Shaders/Compiled/
Engine/content/Shaders/Generated/
Engine/content/FrameGraphs/*.dot
#ignore QT generated Files
Editor/src/generated/
# Ignore logs
Logs/
*.log
# Test Images
Tests/GfxTests/TestImages/
/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
__pycache__/