Ver código fonte

editing the .gitignore to ignore the important stuff

AETH-erial 1 ano atrás
pai
commit
772f6a0421
1 arquivos alterados com 14 adições e 0 exclusões
  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.*
+
+
+
+