Skip to content

Commit

Permalink
gitignore for NeRF
Browse files Browse the repository at this point in the history
Summary: Add gitignore file to ignore data and checkpoints in the NeRF project.

Reviewed By: nikhilaravi

Differential Revision: D28382413

fbshipit-source-id: 747d69f4353a76a28acde8ba26a896cb2278f976
  • Loading branch information
bottler authored and facebook-github-bot committed May 13, 2021
1 parent 0ca839c commit c9dea62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/nerf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
checkpoints
outputs
data/*.png
data/*.pth
data/*_license.txt

0 comments on commit c9dea62

Please sign in to comment.