summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-04-09 18:03:28 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2023-04-09 18:03:28 +0400
commitcf1396c9ac9a37d5f5b0821f1572be17bcca3aa7 (patch)
treea9e6285d49dbc288d170aeb3237a78ecddeaf06f /.gitignore
parent96e61039afe641e08ec524ff4cffcc911339061d (diff)
Changed structure of project and renamed binary
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 956d7f0..0f66a9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
-# Rust
-/target
.*
+!.gitignore
+
+# Rust
+target
# Python
venv