Skip to content

Commit

Permalink
Proposing a .gitignore file
Browse files Browse the repository at this point in the history
The logic behinde a .gitignore is to add some files
that will be produced by tools, builds, IDEs etc.
These files usually end up in our local git repo and
clutter our git status message.

This commit is for issue #51
  • Loading branch information
cerebrux committed Sep 28, 2020
1 parent edbaeaf commit b287271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode/

0 comments on commit b287271

Please sign in to comment.