Explorar el Código

Ignore all except files I want to version

Brendan Abolivier hace 6 años
commit
c0f387e8d8
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      .gitignore

+ 7
- 0
.gitignore Ver fichero

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