Explorar el Código

editing the .gitignore to ignore the important stuff

AETH-erial hace 1 año
padre
commit
772f6a0421
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  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.*
+
+
+
+