Initial commit

This commit is contained in:
Iain Launchbury 2020-07-19 20:43:58 +01:00
commit 3ab2101fff
5 changed files with 105 additions and 0 deletions

20
.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
# 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