summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-09-19 18:12:41 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-09-19 18:12:41 +0400
commit6d3caebc79f340d26262adc2ba789b10da4108aa (patch)
tree208e1bfe0cf036c0561555e0fc35beabfd261375 /.gitignore
parent88300c45202a228d54c1e99dd3b295ef3fb9aabd (diff)
shard + implementation of the payload deserialization & restructure
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5563ebd..2cd395b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
bazel-*
.vscode
ratelimiter/target
-target/ \ No newline at end of file
+target/
+**/local* \ No newline at end of file