浏览代码

Ignore all except files I want to version

当前提交
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