We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9377082 commit 294c164Copy full SHA for 294c164
.gitignore
@@ -1,9 +1,22 @@
1
-target
+### Rust ###
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
+### direnv ###
14
+.direnv
15
+.envrc
16
17
+### dotenv ###
18
.env
-lib/Cargo.lock
19
20
+### Sōzu ###
21
+# Generated by protobuf compiler
22
command/src/proto/command.rs
-examples/demo.rs
-examples/websocket.rs
-generated
-bin/data/
-bin/scripts/
os-build/archlinux/.gitignore
os-build/linux-rpm/.gitignore
0 commit comments