Skip to content

Commit 6f98897

Browse files
committed
Derive .gitignore file contents from GitHub templates
1 parent 7317978 commit 6f98897

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitignore

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## IDEs
2-
.vscode
3-
4-
51
# Generated by Cargo
62
# will have compiled files and executables
73
debug/
@@ -16,3 +12,13 @@ Cargo.lock
1612

1713
# MSVC Windows builds of rustc generate these, which store debugging information
1814
*.pdb
15+
16+
# RustRover
17+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
18+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
19+
# and can be added to the global gitignore or merged into this file. For a more nuclear
20+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21+
.idea/
22+
23+
# VS Code
24+
.vscode/

0 commit comments

Comments
 (0)