Skip to content

Commit

Permalink
Ignore target in crates folder (#3723)
Browse files Browse the repository at this point in the history
Summary:
Rust generates some build artifacts in creates/x/target that should be ignored. I think this happens when using vscode rust extension.

Pull Request resolved: #3723

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

**Static Docs Preview: relay**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D33476753/V2/relay/)|

|**Modified Pages**|

Reviewed By: kassens

Differential Revision: D33476753

Pulled By: alunyov

fbshipit-source-id: 080769642f7f82a7927cf803683a58dae32a11d3
  • Loading branch information
janicduplessis authored and facebook-github-bot committed Jan 7, 2022
1 parent 4fd06d1 commit 1357c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
node_modules
npm-debug.log
/compiler/target
/compiler/crates/*/target
/dist/
/lib/
/website/build
Expand Down

0 comments on commit 1357c25

Please sign in to comment.