Skip to content

Commit

Permalink
Update gitignore per standard template
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Mar 5, 2020
1 parent 2aee3c0 commit b50b993
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
.DS_Store
# Ignore everything
*

# Don't ignore .git* files
!.gitignore
!.gitattributes

# Don't ignore catalogues and game system
!*.cat
!*.gst

# Don't ignore docs
!*.md

# Don't ignore github files
!/.github
!/.github/**

# Don't ignore .yml for CI build definitions
!*.yml

0 comments on commit b50b993

Please sign in to comment.