Skip to content

Commit

Permalink
Adds .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 4, 2024
1 parent 67c5e4b commit bf5bcfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@
*.swp
*~

# Ignores test results in HTML format.
*.htm

# Ignores test result logs.
*.log

# Ignores Finder metadata files on Mac
.DS_Store

0 comments on commit bf5bcfd

Please sign in to comment.