Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add parking and lighting gitignore files and projectsettings #174

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Assets/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/AltonGames/
/AltonGames.meta
/EasyRoads3D/
/EasyRoads3D.meta
/EasyRoads3D scenes/
/EasyRoads3D scenes.meta
/Highway_contruction_set/
/Highway_contruction_set.meta
/NatureManufacture Assets/
/NatureManufacture Assets.meta
/Town Constructor 3/
/Town Constructor 3.meta

3 changes: 3 additions & 0 deletions Assets/AWSIM/Scenes/Environments/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/Shinjuku/
/Shinjuku.meta

3 changes: 3 additions & 0 deletions Assets/AWSIM/Scenes/Main/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/AutowareSimulationScenarioSimulator/
/AutowareSimulationScenarioSimulator.meta

6 changes: 6 additions & 0 deletions Assets/AWSIM/Scenes/Main/Parking Area/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/Parking Area/
/Parking Area.meta

/Parking Area ss2/
/Parking Area ss2.meta

2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ PlayerSettings:
PS5: UNITY_POST_PROCESSING_STACK_V2
QNX: UNITY_POST_PROCESSING_STACK_V2
Stadia: UNITY_POST_PROCESSING_STACK_V2
Standalone: UNITY_CCU;ALLOW_AUTHORING;ROS2;UNITY_POST_PROCESSING_STACK_V2
Standalone: UNITY_CCU;ALLOW_AUTHORING;ROS2;UNITY_POST_PROCESSING_STACK_V2;EASYROADS3D_PRO
VisionOS: UNITY_POST_PROCESSING_STACK_V2
WebGL: UNITY_POST_PROCESSING_STACK_V2
XboxOne: UNITY_POST_PROCESSING_STACK_V2
Expand Down
Loading