Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaronkr committed Jun 8, 2022
1 parent 99db4ce commit 74a762e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Ignore bundler config.
/.bundle


/public/json_files

# Ignore all logfiles and tempfiles.
/log/*
Expand Down
2 changes: 1 addition & 1 deletion public/json_files/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
file = File.read "app/assets/json_files/1.json"

hash = JSON.parse(file)
byebug

hash["results"]

0 comments on commit 74a762e

Please sign in to comment.