@@ -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.*