소스 검색

editing the .gitignore to ignore the important stuff

AETH-erial 1 년 전
부모
커밋
772f6a0421
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  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.*
+
+
+
+