Skip to content

Commit

Permalink
Updated gitignore to exclude project lock files.
Browse files Browse the repository at this point in the history
This commit adds project lock files to the list of files ignored by Git.
It also makes the comments in the .gitignore file a bit simpler.

Signed-off-by: Jacob Howard <jacob@havoc.io>
  • Loading branch information
xenoscopic committed Jan 30, 2020
1 parent 54b77ce commit f6ace75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Ignore the output of the Mutagen build script.
# Build output
/build/

# Ignore tunnel credentials.
# Tunnel credentials
*.tunn

# Project lock files
*.lock

0 comments on commit f6ace75

Please sign in to comment.