Sfoglia il codice sorgente

editing the .gitignore to ignore the important stuff

AETH-erial 1 anno fa
parent
commit
772f6a0421
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  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.*
+
+
+
+