mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-25 04:05:55 +00:00
[skip ci] Updated licenses and gitignores
This commit is contained in:
parent
6d4172987e
commit
0a7e8327a0
22 changed files with 230 additions and 48 deletions
23
options/gitignore/Go.AllowList
Normal file
23
options/gitignore/Go.AllowList
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Allowlisting gitignore template for GO projects prevents us
|
||||
# from adding various unwanted local files, such as generated
|
||||
# files, developer configurations or IDE-specific files etc.
|
||||
#
|
||||
# Recommended: Go.AllowList.gitignore
|
||||
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these files...
|
||||
!/.gitignore
|
||||
|
||||
!*.go
|
||||
!go.sum
|
||||
!go.mod
|
||||
|
||||
!README.md
|
||||
!LICENSE
|
||||
|
||||
# !Makefile
|
||||
|
||||
# ...even if they are in subdirectories
|
||||
!*/
|
Loading…
Add table
Add a link
Reference in a new issue