Skip to content

Commit

Permalink
build: Add 'IntelliJ Rust' related files and folders to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
utilForever committed Sep 4, 2021
1 parent 8b41ae8 commit 17a63d4
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk


# Added by cargo
#
# already existing elements were commented out

/target
#Cargo.lock
# Added by IntelliJ Rust
.idea
*.iml
.gradle
out/
bin/
build/
build-cache
gen/
deps/
exampleProject
testData
.DS_Store
/pretty_printers_tests/target
/native-helper/target

0 comments on commit 17a63d4

Please sign in to comment.