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
commit 9dba441993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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