Explorar o código

editing the .gitignore to ignore the important stuff

AETH-erial hai 1 ano
pai
achega
772f6a0421
Modificáronse 1 ficheiros con 14 adicións e 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.*
+
+
+
+