Skip to content

Commit

Permalink
allow wav files in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-eric committed Apr 22, 2021
1 parent b511013 commit bc9da20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ tramp
!proj3/**/*.mp3
!proj3/**/*.mp4
!proj3/**/*.gif
!proj3/**/*.wav

# Project Repo Image/Audio/Video Files
!byow/**/*.png
Expand All @@ -388,3 +389,4 @@ tramp
!byow/**/*.mp3
!byow/**/*.mp4
!byow/**/*.gif
!byow/**/*.wav

0 comments on commit bc9da20

Please sign in to comment.