Explorar el Código

удаление my_first_file.txt

user2 hace 3 años
padre
commit
6b5348852f
Se han modificado 3 ficheros con 10 adiciones y 1 borrados
  1. 5 0
      .gitignore
  2. 5 1
      my_first_file.txt
  3. BIN
      ~$LAB-1.docx

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+# игнорирование папки temp 
+/temp/*
+
+# игнорирование файлов с расширением .tmp из папки log
+/log/*.tmp

+ 5 - 1
my_first_file.txt

@@ -1 +1,5 @@
-test row
+test row
+
+row to index
+
+row no index

BIN
~$LAB-1.docx