mirror of
https://github.com/facebook/sapling.git
synced 2025-01-08 14:46:47 +03:00
2c35ac873f
Summary: Closes https://github.com/facebookexperimental/mononoke/pull/5 Reviewed By: quark-zju Differential Revision: D7241539 Pulled By: sid0 fbshipit-source-id: d70ed9a07a22e07d2e4fef296117afcaf8a1d166
23 lines
230 B
Plaintext
23 lines
230 B
Plaintext
# macOS metadata
|
|
.DS_Store
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# Vim swap files
|
|
*.swp
|
|
|
|
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
out/
|
|
|
|
# VSCode files
|
|
.vscode/
|
|
|
|
target/
|
|
Cargo.lock
|
|
**/*.rs.bk
|