Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Scosh committed Nov 17, 2017
1 parent ca3bd3e commit c39a002
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is a template .gitignore file to use with git repositories.

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Vim files #
#############
*.swp

# Graphics #
############
*.svg
!*.ink.svg

0 comments on commit c39a002

Please sign in to comment.