forked from lgsvl/simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (43 loc) · 766 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
# 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
# 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/Restricted/
/Assets/External/Restricted.meta
/Assets/External/Tests/
/Assets/External/Tests.meta
/Assets/Resources/BuildInfo.asset*
/Assets/Resources/Database/default*
/WebUI/node_modules/
/WebUI/dist/
/lgsvlsimulator-test*.xml
/lgsvlsimulator-check*.html
/lgsvlsimulator-bundles*.html
/lgsvlsimulator-*.zip