소스 검색

Ignore all except files I want to version

Brendan Abolivier 7 년 전
커밋
c0f387e8d8
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      .gitignore

+ 7
- 0
.gitignore 파일 보기

@@ -0,0 +1,7 @@
1
+# Ignore everything
2
+*
3
+
4
+# But not the files I want to version
5
+!.bashrc
6
+
7
+!.gitignore