mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 23:53:04 -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>
28 lines
350 B
Text
28 lines
350 B
Text
# Angular specific
|
|
/dist/
|
|
/out-tsc/
|
|
/tmp/
|
|
/coverage/
|
|
/e2e/test-output/
|
|
/.angular/
|
|
.angular/
|
|
|
|
# Node modules and dependency files
|
|
/node_modules/
|
|
/package-lock.json
|
|
/yarn.lock
|
|
|
|
# Environment files
|
|
/.env
|
|
|
|
# Angular CLI and build artefacts
|
|
/.angular-cli.json
|
|
/.ng/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|