Procházet zdrojové kódy

editing the .gitignore to ignore the important stuff

AETH-erial před 1 rokem
rodič
revize
772f6a0421
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  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.*
+
+
+
+