-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
97 lines (84 loc) · 1.38 KB
/
.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Asset files.
*.pak
*.caf
# Assets that are just too large to place in the repo for the moment.
*.spp
*.tif
*.tiff
# Config files
/user.cfg
/system.cfg
/editor.cfg
/.bootstrap*.*
# Temporary files.
*.log
*.dmp
*.pyo
*.pyc
*.bak
*.bak2
*.out
_WAF_/user_settings.options
/TestResults/
/.depproj/*
/[Ll]og[Bb]ackups
/[Uu]ser*/
__pycache__/*
/Backup/
_tmp/
*.fbm/
*.bck/
/*.log
# Build files we can do without.
*.ilk
*.pdb
# Don't let the Solutions folder get into the repo.
Solutions/
solutions/
# User folders
/user/
/user(1)/
/user1/
/user2/
/user3/
/user4/
/assets/user/
/assets/user(1)/
/assets/user1/
/assets/user2/
/assets/user3/
/assets/user4/
/user/testresults/
# Assets we don't want to include for various reasons e.g. copyright
# Keep out the generated files and folders.
/assets/_tmp/
/assets/engineassets/
/assets/textures/cubemaps/
/assets/textures/reference/.mayaSwatches/
/Backup/
/engineassets
/Editor/ResourceCache/
_newpreview_.mtl
error*.*
log.txt
*.tmp
# All other things.
/assets_source/
/assets/animations/editor/
last_fbx_scene.txt
bin/CMakeCache.txt
Editor/Tmp/
build_scripts/temprc/
build_scripts/client/
.vs/
*.ods#
*.swatches
*.thmb.png
/assets/libs/environmentpresets/levels/house.xml.cryasset
/assets/libs/environmentpresets/levels/house.xml
/assets/chrysalis/levels/house/
/assets/chrysalis/levels/house.level.cryasset
# Temporary directories.
/solutions/*
/bin/*
/SDKs/*