ソースを参照

Ignore all except files I want to version

Brendan Abolivier 6 年 前
コミット
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