mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-27 02:53: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>
39 lines
733 B
Text
39 lines
733 B
Text
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
|
|
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
|
|
# For useful gitignore templates see: https://github.com/github/gitignore
|
|
|
|
# Salesforce cache
|
|
.sf/
|
|
.sfdx/
|
|
.localdevserver/
|
|
deploy-options.json
|
|
.localdev
|
|
|
|
# LWC VSCode autocomplete
|
|
**/lwc/jsconfig.json
|
|
|
|
# LWC Jest coverage reports
|
|
coverage/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Eslint cache
|
|
.eslintcache
|
|
|
|
# Windows system files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
[Dd]esktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# Salesforce Analyzer results
|
|
sca-results.csv
|
|
sfca_results.json
|
|
|
|
# Local environment variables
|
|
.env
|