Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhlookatthisdood committed Nov 19, 2023
2 parents b574cc7 + c138686 commit 86e2ee2
Show file tree
Hide file tree
Showing 5,564 changed files with 1,072,606 additions and 1,414,911 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
36 changes: 0 additions & 36 deletions .dockerignore

This file was deleted.

67 changes: 51 additions & 16 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,16 +1,51 @@
*.dmm eol=crlf
*.dm eol=crlf
*.dme eol=crlf
*.md eol=crlf
*.txt eol=crlf
*.html eol=crlf
#this breaks if its in crlf
code/__DEFINES/rust_g.dm eol=lf


# merger hooks, run tools/hooks/install.bat or install.sh to set up
*.dmm merge=dmm
*.dmi merge=dmi

# force changelog merging to use union
html/changelog.html merge=union

*.dmm eol=crlf
*.md eol=crlf
*.txt eol=crlf
*.html eol=crlf
#this breaks if its in crlf
code/__DEFINES/rust_g.dm eol=lf


## Enforce text mode and LF line breaks
*.bat text eol=lf
*.cjs text eol=lf
*.css text eol=lf
*.dm text eol=lf
*.dme text eol=lf
*.dmf text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.jsx text eol=lf
*.md text eol=lf
*.ps1 text eol=lf
*.py text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.svg text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf

## Enforce binary mode
*.bmp binary
*.dll binary
*.dmb binary
*.exe binary
*.gif binary
*.jpg binary
*.png binary
*.so binary


# merger hooks, run tools/hooks/install.bat or install.sh to set up
*.dmm merge=dmm
*.dmi merge=dmi

# force changelog merging to use union
html/changelog.html merge=union
41 changes: 22 additions & 19 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# This list auto requests reviews from the specified org members
# when a PR that modifies the file in question is opened
# This list is alphabetized by User -> Filename KEEP IT THAT WAY
# In the event that multiple org members are to be informed of changes
# to the same file or dir, add them to the end under Multiple Owners
# This list auto requests reviews from the specified org members
# when a PR that modifies the file in question is opened
# This list is alphabetized by User -> Filename KEEP IT THAT WAY
# In the event that multiple org members are to be informed of changes
# to the same file or dir, add them to the end under Multiple Owners

# Example

#/code/world.dm @GithubNameHere
#/maps/ @GithubNameHere

# Teams
# Placed first so specific files can be owned by others
*.dmi @yogstation13/art
*.dmm @yogstation13/map

#HeadDev

/.github/ @yogstation13/head-coders
Expand All @@ -20,18 +25,16 @@
/html/templates/ @yogstation13/head-coders
/sound/ @yogstation13/head-coders
/yogstation/sound/ @yogstation13/head-coders

#Teams

/_maps/ @yogstation13/map
/goon/ @yogstation13/art
/icons/ @yogstation13/art
/yogstation/icons/ @yogstation13/art

#monster860

/code/modules/atmospherics/ @monster860
/yogstation/code/modules/atmospherics/ @monster860
/yogstation/code/game/world.dm @yogstation13/head-coders
/code/controllers/subsystem/ticker.dm @yogstation13/head-coders
/code/datums/ai_laws.dm @yogstation13/head-coders

#binary files which need to be setup on the server
*.so @yogstation13/head-coders
rust_g @yogstation13/head-coders
#tracking new jobs and antags to make sure the website ban page is kept up to date
/code/modules/jobs/jobs.dm @yogstation13/head-coders
/code/modules/admin/sql_ban_system.dm @yogstation13/head-coders

#thegamerdk

Expand Down
Loading

0 comments on commit 86e2ee2

Please sign in to comment.