瀏覽代碼

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