mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-27 00:03:05 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
15 lines
No EOL
167 B
Text
15 lines
No EOL
167 B
Text
# Remix compiler artifacts
|
|
**/artifacts/
|
|
**/artifacts/**
|
|
|
|
# Remix plugin state folders
|
|
deps/
|
|
states/
|
|
|
|
# Debug info
|
|
*.dbg.json
|
|
*.tsbuildinfo
|
|
|
|
# Optional
|
|
.env
|
|
.env.local |