소스 검색

edit gitignore

Tigran 4 년 전
부모
커밋
840a936eb9
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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