Procházet zdrojové kódy

Ignore all except files I want to version

Brendan Abolivier před 7 roky
revize
c0f387e8d8
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7
    0
      .gitignore

+ 7
- 0
.gitignore Zobrazit soubor

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