Sfoglia il codice sorgente

Ignore all except files I want to version

Brendan Abolivier 7 anni fa
commit
c0f387e8d8
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7
    0
      .gitignore

+ 7
- 0
.gitignore Vedi File

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