Pārlūkot izejas kodu

Ignore all except files I want to version

Brendan Abolivier 7 gadus atpakaļ
revīzija
c0f387e8d8
Parakstījis: Brendan Abolivier <contact@brendanabolivier.com> GPG atslēgas ID: 8EF1500759F70623
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7
    0
      .gitignore

+ 7
- 0
.gitignore Parādīt failu

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