aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 485dee6..5f84f27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,11 @@
.idea
+.env*
+!.env.sample
+Cargo.lock
+
+migrations/
+target/
+
+*.out
+*~
+**/*.rs.bk \ No newline at end of file