diff --git a/.gitignore b/.gitignore index a4722d4..00e4b74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ tokens/*token bin/* -!bin/.gitkeep -!bin/* -backups/* -!backups/.gitignore -!backups/* \ No newline at end of file +!./bin/.gitkeep +!./bin/* +./backups/* +!./backups/.gitignore +!./backups/* \ No newline at end of file