mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
root: gitignore release generation artifacts (#22549)
This commit is contained in:
@@ -20,6 +20,10 @@ corepack.tgz
|
|||||||
.cspellcache
|
.cspellcache
|
||||||
cspell-report.*
|
cspell-report.*
|
||||||
|
|
||||||
|
# Release generation artifacts
|
||||||
|
/changelog.md
|
||||||
|
/diff.md
|
||||||
|
|
||||||
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
||||||
# in your Git repository. Update and uncomment the following line accordingly.
|
# in your Git repository. Update and uncomment the following line accordingly.
|
||||||
# <django-project-name>/staticfiles/
|
# <django-project-name>/staticfiles/
|
||||||
|
|||||||
Reference in New Issue
Block a user