forgejo/.gitignore

123 lines
2 KiB
Plaintext
Raw Permalink Normal View History

[CI] gitignore: emacs backups (cherry picked from commit 5e418789d930ef8dc27bc5cb32f96350f5d64e06) (cherry picked from commit 3af6fd2ad38bfbe98ad72e20257704bced7988fa) (cherry picked from commit 6926787d67778f2a3bb2c9d79137a74b894e8b7d) (cherry picked from commit fe58e86a97d4ab0017908a55a9a1f240e241e3f8) (cherry picked from commit 5bf7ead6255889b5cc4ae81c3ce52d6d09e0aef3) (cherry picked from commit 44480ea79426581df15242d6ee7222be97709268) (cherry picked from commit 813848cebe61752568b9c28b9e912170e70bffb8) (cherry picked from commit 9c8d889e782ccaf3b3e71bd3abdc0777b2fd5cf5) (cherry picked from commit 914b1dcaf6d71354fd66c8c81121ad1f3e251e46) (cherry picked from commit 5449933efa74474273d882e7eb7c7840cc2990b0) (cherry picked from commit 67f007b8244c827bf9a9597834c8657440ce89f9) (cherry picked from commit cf93863cd2378b3f239b853ed5b7985fc342cd24) (cherry picked from commit 82177a0f667754d8234765551a4359b4b05b8086) (cherry picked from commit 3ef1fe468ac20e609b20eb7e93ed8cc2356c130a) (cherry picked from commit 305c935508cec1d4d41bac897c77f0ab80c51a7a) (cherry picked from commit 268f12c53c60d46372d448af7d5ce8cef3998d21) (cherry picked from commit 2e6c29fb2f5a3cb800b4d5881de8861f34b29fcb) (cherry picked from commit 173aa4b3b1823f4b1cf9f1e4b4c0cc7c8c07b470) (cherry picked from commit 9112b323d18317f0cf542fdbd98868a4f8382982) (cherry picked from commit 54031769ee355b4888aa4128df822ab154e4ee50) (cherry picked from commit afc287c17901c292c1b41270ceed4086c2f7faca) (cherry picked from commit 225d6f7ab7966a358e138afe7038d27b093102f4) (cherry picked from commit 41001442e35365e2e6180b4e8dade6fbd57508d7)
2023-08-22 06:20:40 +00:00
# Emacs
*~
2016-11-04 12:41:28 +00:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
2016-11-10 09:01:44 +00:00
# IntelliJ
.idea
# Goland's output filename can not be set manually
/go_build_*
/gitea_*
2016-11-10 09:01:44 +00:00
# MS VSCode
.vscode
__debug_bin*
2016-11-04 12:41:28 +00:00
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
# folder for project related local files
/local/
2016-11-04 12:41:28 +00:00
*.exe
*.test
*.prof
*coverage.out
coverage.all
cpu.out
2016-11-04 12:41:28 +00:00
/modules/migration/bindata.go
/modules/migration/bindata.go.hash
/modules/options/bindata.go
/modules/options/bindata.go.hash
/modules/public/bindata.go
/modules/public/bindata.go.hash
/modules/templates/bindata.go
/modules/templates/bindata.go.hash
2014-04-10 18:20:58 +00:00
*.db
*.log
*.log.*.gz
2016-11-04 12:41:28 +00:00
2016-11-07 15:09:42 +00:00
/gitea
/gitea-vet
/debug
/integrations.test
2016-11-07 15:09:42 +00:00
2016-11-04 22:21:28 +00:00
/bin
/dist
/custom/*
!/custom/conf/app.example.ini
2016-11-04 12:41:28 +00:00
/data
2017-01-25 02:43:02 +00:00
/indexers
2016-11-04 22:21:28 +00:00
/log
/public/assets/img/avatar
/tests/integration/gitea-integration-*
/tests/integration/indexers-*
/tests/e2e/gitea-e2e-*
/tests/e2e/indexers-*
/tests/e2e/reports
/tests/e2e/test-artifacts
/tests/e2e/test-snapshots
/tests/*.ini
/tests/**/*.git/**/*.sample
/node_modules
/.venv
/yarn.lock
/yarn-error.log
/npm-debug.log*
/public/assets/js
/public/assets/css
/public/assets/fonts
/public/assets/licenses.txt
/vendor
/web_src/fomantic/node_modules
/web_src/fomantic/build/*
!/web_src/fomantic/build/semantic.js
!/web_src/fomantic/build/semantic.css
!/web_src/fomantic/build/themes
/web_src/fomantic/build/themes/*
!/web_src/fomantic/build/themes/default
/web_src/fomantic/build/themes/default/assets/*
!/web_src/fomantic/build/themes/default/assets/fonts
/web_src/fomantic/build/themes/default/assets/fonts/*
!/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2
!/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2
/VERSION
/.air
/.go-licenses
2023-10-21 11:30:19 +00:00
/.cur-deadcode-out
# Files and folders that were previously generated
/public/assets/img/webpack
# Snapcraft
2023-09-12 12:47:53 +00:00
/gitea_a*.txt
snap/.snapcraft/
parts/
stage/
prime/
*.snap
*.snap-build
*_source.tar.bz2
.DS_Store
# Make evidence files
/.make_evidence
# Manpage
/man