This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
the-algorithm
Watch
2
Star
0
Fork
0
You've already forked the-algorithm
mirror of
https://github.com/twitter/the-algorithm.git
synced
2024-12-23 02:31:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b0759de064
the-algorithm
/
.gitignore
7 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Twitter Recommendation Algorithm Please note we have force-pushed a new initial commit in order to remove some publicly-available Twitter user information. Note that this process may be required in the future.
2023-04-01 00:36:31 +02:00
.DS_Store
❄️ Add Nix flake and pre-commit hooks Setting up the different tools for development can be hard for new contributors. This commit adds a Nix flake that provides a reproducible development environment which is easy to set up and ensures consistent code style across all subprojects. The initial flake contains `git`, `pre-commit`, `which` and `bazelisk` wrapped as a `bazel` executable. Dependencies like Rust, Scala etc may be added in the `packages` attribute in the future. The current pre-commit configuration is a no-op. Future commits may enable the currently disabled parts of `pre-commit-hooks.nix` for a gradual transition. Supports `(x86_64|aarch64) (Linux|MacOS)` systems.
2023-03-31 23:21:25 +02:00
# Autogenerated by the Nix flake.
.devenv/
.direnv/
.pre-commit-config.yaml
Reference in New Issue
Copy Permalink