소스 검색

gitignore: Ignore all the installed extensions (#8372)

Have the `extensions/.gitignore` ignore all installed extensions so that they don't show up in `git status`
Rob Loach 4 달 전
부모
커밋
0754b4a53a
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      extensions/.gitignore

+ 5 - 1
extensions/.gitignore

@@ -1 +1,5 @@
-[xX]*
+*
+!.gitignore
+!.htaccess
+!index.html
+!README.md