Merge pull request #6 from animenotifier/go

Added missing gitignore files
This commit is contained in:
Allen Lydiard
2017-11-05 12:12:58 -04:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

6
bots/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*
!*/
!*.go
!*.sh
!README.md
!.gitignore

6
jobs/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*
!*/
!*.go
!*.sh
!README.md
!.gitignore