Explorar el Código

edit gitignore

Tigran hace 4 años
padre
commit
840a936eb9
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. 5 1
      .gitignore
  2. 2 0
      ResetStatsProgram/.gitignore

+ 5 - 1
.gitignore

@@ -1,4 +1,8 @@
 /.git
 /.idea
 /MafiaTelegramBot/bin
-/MafiaTelegramBot/obj
+/MafiaTelegramBot/obj
+/MafiaTelegramBotTests/bin
+/MafiaTelegramBotTests/obj
+/ResetStatsProgram/bin
+/ResetStatsProgram/obj

+ 2 - 0
ResetStatsProgram/.gitignore

@@ -0,0 +1,2 @@
+/bin
+/obj