Skip to content

Commit

Permalink
Merge pull request #25 from snlpatel001213/v1.0.0
Browse files Browse the repository at this point in the history
V1.0.0
  • Loading branch information
snlpatel001213 authored Mar 4, 2022
2 parents f2b91d3 + b1f225d commit 7df2a4f
Show file tree
Hide file tree
Showing 718 changed files with 49,082 additions and 29,739 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Bb]uild/**
/[Bb]uilds/**
/[Ll]ogs/
/[Uu]ser[Ss]ettings/

Expand Down Expand Up @@ -75,7 +75,12 @@ crashlytics-build.properties

# ipython notebook checkpoint
.ipynb_checkpoints
*/.ipynb_checkpoints/*
*/.ipynb_checkpoints/**
*/*/.ipynb_checkpoints

# unity meta files
.meta
.meta

# Experiments
ReinforcementLearningExample/
Python/client_examples/.ipynb_checkpoints
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"files.exclude":
{
"**/.DS_Store":true,
"**/.git":true,
"**/.git":false,
"**/.gitignore":false,
"**/.gitmodules":true,
"**/*.booproj":true,
Expand Down Expand Up @@ -43,8 +43,8 @@
"**/*.meta":true,
"**/*.prefab":true,
"**/*.unity":true,
"build/":true,
"Build/":true,
"build/":false,
"Build/":false,
"Library/":true,
"library/":true,
"obj/":true,
Expand Down
2 changes: 1 addition & 1 deletion Assets/AirplanePhysics/Art/Audio/Cessna_Full_001.ogg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/AirplanePhysics/Art/Audio/Cessna_Idle_001.ogg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 0 additions & 126 deletions Assets/AirplanePhysics/Art/Materials/ConstructionLight_Mat.mat

This file was deleted.

126 changes: 0 additions & 126 deletions Assets/AirplanePhysics/Art/Materials/DryWallPainted_Mat.mat

This file was deleted.

Loading

0 comments on commit 7df2a4f

Please sign in to comment.