Skip to content

Commit

Permalink
Merge branch 'main' into reorged_logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arindam2407 authored Dec 22, 2023
2 parents 462e3b6 + 8fb6ed9 commit 2d26c25
Show file tree
Hide file tree
Showing 232 changed files with 9,611 additions and 20,281 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
book/cli/**/*.md linguist-vendored
book/cli/cli.md -linguist-vendored

crates/storage/libmdbx-rs/mdbx-sys/** linguist-vendored
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb


# Generated by Intellij-based IDEs.
.idea

Expand Down Expand Up @@ -43,5 +42,8 @@ lcov.info
# Generated by ./etc/generate-jwt.sh
jwttoken/

# Cache directory for CCLS, if using it with MDBX sources
.ccls-cache/

# Generated by CMake due to MDBX sources
crates/storage/libmdbx-rs/mdbx-sys/libmdbx/cmake-build-debug
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ There are fundamentally three ways an individual can contribute:
**Anybody can participate in any stage of contribution**. We urge you to participate in the discussion around bugs and
participate in reviewing PRs.

### Contributions Related to Spelling and Grammar

At this time, we will not be accepting contributions that only fix spelling or grammatical errors in documentation, code or
elsewhere.

### Asking for help

<!-- If you have reviewed existing documentation and still have questions, or you are having problems, you can get help in the following ways: -->
Expand Down
Loading

0 comments on commit 2d26c25

Please sign in to comment.