1
0
mirror of https://github.com/github/gitignore synced 2024-09-19 22:31:45 +02:00

Merge pull request #4443 from srcres258/main

Add RustRover entry for Rust.gitignore
This commit is contained in:
Daniel Johnson 2024-05-28 18:24:41 -07:00 committed by GitHub
commit 760dbfe9a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,3 +12,10 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information # MSVC Windows builds of rustc generate these, which store debugging information
*.pdb *.pdb
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/