-
Notifications
You must be signed in to change notification settings - Fork 781
/
.gitignore
60 lines (54 loc) · 1.01 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
# Unity Specific folders
/Library/
/Temp/
/obj/
/Logs/
# Autogenerated VS/MD solution and project files
/.vs/
/.vscode/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.swp
*.user
*.userprefs
*.pidb
*.booproj
*.DotSettings
*.swatch
*.vsconfig
# OSX
.DS_Store
.AppleDouble
.LSOverride
# Project specific
/AssetBundles/
/Assets/External/Environments/
/Assets/External/Vehicles/
/Assets/External/Sensors/
/Assets/External/Controllables/
/Assets/External/NPCs/
/Assets/External/Pedestrians/
/Assets/External/Restricted/
/Assets/External/Restricted.meta
/Assets/External/Tests/
/Assets/External/Tests.meta
/Assets/External/Bridges/
/Assets/Resources/BuildInfo.asset*
/Assets/Resources/Database/default*
/WebUI/node_modules/
/WebUI/dist/
/config.yml
/Assets/Resources/Editor/DeveloperSettings.asset*
/svlsimulator-test*.xml
/svlsimulator-check*.html
/svlsimulator-bundles*.html
/svlsimulator-*.zip
/UserSettings/EditorUserSettings.asset*
# Houdini Engine Unity
/heu_session.txt
/heu_settings.ini
**/HoudiniEngineUnity/
**/HoudiniEngineUnity.meta