mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 17:23:36 +01:00
04f996f1f9
* remove and disable package-lock Using exact versions in package.json has the same effect as lockfiles without all the troubles the lockfiles bring (different versions of package manager generating different lockfiles primarily). Ensured we only use exact versions in package.json and stopped generation of new lockfiles via .npmrc which is support by both the npm and yarn package managers. Fixes: https://github.com/go-gitea/gitea/issues/6967 * enable save-exact
81 lines
1.1 KiB
Plaintext
81 lines
1.1 KiB
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# MS VSCode
|
|
.vscode
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
*coverage.out
|
|
coverage.all
|
|
|
|
/modules/options/bindata.go
|
|
/modules/public/bindata.go
|
|
/modules/templates/bindata.go
|
|
|
|
*.db
|
|
*.log
|
|
|
|
/gitea
|
|
/debug
|
|
/integrations.test
|
|
|
|
/bin
|
|
/dist
|
|
/custom
|
|
/data
|
|
/indexers
|
|
/log
|
|
/public/img/avatar
|
|
/integrations/gitea-integration-mysql
|
|
/integrations/gitea-integration-mysql8
|
|
/integrations/gitea-integration-pgsql
|
|
/integrations/gitea-integration-sqlite
|
|
/integrations/gitea-integration-mssql
|
|
/integrations/indexers-mysql
|
|
/integrations/indexers-mysql8
|
|
/integrations/indexers-pgsql
|
|
/integrations/indexers-sqlite
|
|
/integrations/indexers-mssql
|
|
/integrations/mysql.ini
|
|
/integrations/mysql8.ini
|
|
/integrations/pgsql.ini
|
|
/integrations/mssql.ini
|
|
/node_modules
|
|
/modules/indexer/issues/indexers
|
|
routers/repo/authorized_keys
|
|
/package-lock.json
|
|
/yarn.lock
|
|
|
|
# Snapcraft
|
|
snap/.snapcraft/
|
|
parts/
|
|
stage/
|
|
prime/
|
|
*.snap
|
|
*.snap-build
|
|
*_source.tar.bz2
|