summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2023-02-12 22:46:48 -0500
committerRobby Zambito <contact@robbyzambito.me>2023-02-12 22:46:48 -0500
commitb1294088059fe22d1a05d0f9637fdd598795d8ea (patch)
tree2031c4c455d3e26c4ab985eae678de7abc1a0042 /.gitignore
parent91adcf023b0c2684991161661032e1aae3cd6b0c (diff)
Add json-object-contains-key?, json-list-length, and json-key-not-found.
Update README accordingly and with add examples.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 75d491d..14fea66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-**/*~ \ No newline at end of file
+**/*~
+README.html
+*.tgz \ No newline at end of file