Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
w1th0utnam3 committed Jan 25, 2021
1 parent 9e626dc commit ebc3c9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions splashsurf_lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore IDE project folders
.idea
.vscode

# Generated by Cargo
# will have compiled files and executables
/target/

# These are backup files generated by rustfmt
**/*.rs.bk

0 comments on commit ebc3c9b

Please sign in to comment.