Skip to content

Commit

Permalink
Fixed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Sep 25, 2023
1 parent 0dc58cf commit 6d9f1d7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Binary directory
target

# Sometime Cargo.lock causes merge bugs so ignore it
Cargo.lock

# Temporary CI file
versionfile.txt

# IDE files
.idea
Cargo.lock
.vscode

# Apple specific
.DS_Store
.AppleDouble
.LSOverride

0 comments on commit 6d9f1d7

Please sign in to comment.