Fixed git ignore file to exclude bin files

This commit is contained in:
Alex Vanin 2019-05-10 15:26:43 +03:00
parent d0e24d172d
commit 12718ac16a
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View file

@ -1,4 +1,7 @@
tokens/*token tokens/*token
bin/*
!bin/.gitkeep
!bin/*
backups/* backups/*
!backups/.gitignore !backups/.gitignore
!backups/* !backups/*

0
bin/.gitkeep Normal file
View file