Fixed git ignore file to exclude bin files
This commit is contained in:
parent
d0e24d172d
commit
12718ac16a
2 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
0
bin/.gitkeep
Normal file
Loading…
Reference in a new issue