mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 08:04:21 +00:00
[DEVELOPMENT] added /local/ to .gitignore
Added `/local/` folder in `.gitignore` for developer personal files (rebuild, deploy with custom config, backups, sqlite databases, test curl query scripts, custom configs). In case of building, deploing, testing locally developer needs some folder for custom personal scripts, configs, data. `/local/` folder in project root is a good place to store all this files. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1816 Co-authored-by: Alex Syrnikov <alex19srv@gmail.com> Co-committed-by: Alex Syrnikov <alex19srv@gmail.com> (cherry picked from commitc8138849eb
) (cherry picked from commit7880660738
) (cherry picked from commitcf9af01d88
) (cherry picked from commit8d1dcc9e0e
) (cherry picked from commit93dd605948
) (cherry picked from commit74972ae17f
) (cherry picked from commitf76ce78578
) (cherry picked from commiteb3e46cd3b
) (cherry picked from commit5b0125591d
) (cherry picked from commit31d86205d2
) (cherry picked from commitc2e62c6705
)
This commit is contained in:
parent
c2053dd076
commit
c28b19b953
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -28,6 +28,9 @@ _cgo_export.*
|
|||
|
||||
_testmain.go
|
||||
|
||||
# folder for project related local files
|
||||
/local/
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
|
Loading…
Reference in a new issue