generated from mschoi/template
Update .gitignore to exclude src/main.rs file
- Added src/main.rs to .gitignore to prevent tracking of changes in the main source file.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/target
|
||||
Cargo.lock
|
||||
launch.json
|
||||
/src/main.rs
|
||||
Reference in New Issue
Block a user