Skip to content

Commit 88e9e3a

Browse files
committed
chore: add dockerignore file
1 parent 7910453 commit 88e9e3a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.dockerignore

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### Rust template
2+
# Generated by Cargo
3+
# will have compiled files and executables
4+
debug/
5+
target/
6+
7+
# These are backup files generated by rustfmt
8+
**/*.rs.bk
9+
10+
# MSVC Windows builds of rustc generate these, which store debugging information
11+
*.pdb
12+
13+
# RustRover
14+
.idea/
15+
16+
# Git
17+
.git/
18+
.github/
19+
20+
# Testing
21+
tests/
22+
test_assets/
23+
24+
# Soldeer
25+
dependencies/

0 commit comments

Comments
 (0)