Initial commit
This commit is contained in:
commit
3ab2101fff
5 changed files with 105 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue