Skip to content

Commit

Permalink
Add a .gitignore file as songbird is in its own repository
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Nov 13, 2020
1 parent 6724655 commit ec7f5bc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# IDE directories and folders
.vscode/
.idea/

# Target directory
target/

# Lockfile
Cargo.lock

# Misc
rls/
*.iml
.env

0 comments on commit ec7f5bc

Please sign in to comment.