mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
* feat: yarn migration, added missing deps * fix: updated ci * fix: linter missing dependencies * fix: using node lts version * fix: use node current version * fix: netlify deployment * fix: update scripts * fix: netlify build configuration Co-authored-by: Xetera <[email protected]>
11 lines
335 B
Plaintext
11 lines
335 B
Plaintext
generated/* linguist-vendored
|
|
|
|
# Mark .zip files as binary to prevent git from trying to merge it
|
|
*.zip binary
|
|
|
|
# Mark .pnp.* as binary to prevent git from trying to merge it & generated to hide from github linguist
|
|
/.pnp.* binary linguist-generated
|
|
|
|
# Hide .yarn from GitHub's language detection
|
|
/.yarn/** linguist-vendored
|