feat: add .gitignore to exclude build and IDE files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/target
|
||||
.idea
|
||||
tasks/
|
||||
ralph/
|
||||
Cargo.lock
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
/target
|
||||
.idea
|
||||
tasks/
|
||||
ralph/
|
||||
Cargo.lock
|
||||