Преглед на файлове

editing the .gitignore to ignore the important stuff

AETH-erial преди 1 година
родител
ревизия
772f6a0421
променени са 1 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 14 0
      .gitignore

+ 14 - 0
.gitignore

@@ -24,3 +24,17 @@ _testmain.go
 *.test
 *.prof
 
+
+# ignoring the PHP scripts the client provided me.
+inc/
+inc/*
+inc/**
+# ignoring .env files
+*.env
+
+# ignoring real config files
+.config.*
+
+
+
+