aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-13 07:17:44 -0700
committerFuwn <[email protected]>2022-03-13 07:17:44 -0700
commit58966d1102cc6baafd90269ab2523d3f6da98e55 (patch)
treea48a0bef996bf2cef942a6d4a0b9ea23c668afe3 /.gitignore
downloadsenpy-ffi-58966d1102cc6baafd90269ab2523d3f6da98e55.tar.xz
senpy-ffi-58966d1102cc6baafd90269ab2523d3f6da98e55.zip
feat(senpy_ffi): 0.1.0 :star:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..42060da
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Rust
+target/
+Cargo.lock
+**/*.rs.bk
+
+# IDE
+.idea/