Skip to content

Commit

Permalink
update gitignore and add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaulwurff committed Apr 26, 2020
1 parent bb1ae28 commit 1d7e410
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.zs linguist-language=text
33 changes: 15 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Ignore everything
# Ignore everything, but not directories:

*
!**/

# Except txt, but not changelog
!*.txt
changelog.txt
# Except the following file types:

!*.md
!*.sh
!*.lmp
!*.zs
!.gitignore
!textures*
!language.enu
*~
!.gitmodules
!.gitattributes

!sprites
sprites/*
!sprites/*.png
!sprites/*.lmp
!**.txt
!**.md
!**.zs
!**.sh
!**.png
!**.lmp

!zscript
zscript/*
!zscript/*.zs
# Do ignore this:

changelog.txt

0 comments on commit 1d7e410

Please sign in to comment.