Skip to content

Commit

Permalink
ignore code coverage and api scrape output (Unity-Technologies#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Elion authored Aug 24, 2020
1 parent 9d58ada commit 4a6063d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions DevProject/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/Assets/Demonstrations*
/Assets/ML-Agents/Timers*
/csharp_timers.json
/CodeCoverage/

# Environemnt logfile
*Project.log
Expand Down
4 changes: 4 additions & 0 deletions com.unity.ml-agents.extensions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ npm-debug.log
build.sh.meta
build.bat.meta
.idea/

# API Scraper output
*.api
*.api.meta
2 changes: 2 additions & 0 deletions com.unity.ml-agents/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ build.bat.meta
# Visual Studio 2015 cache directory
/.vs/

*.api
*.api.meta

0 comments on commit 4a6063d

Please sign in to comment.