Update Git Ignore
This commit is contained in:
4
.env
Normal file
4
.env
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
AUTHENTIK_ERROR_REPORTING__ENABLED=true
|
||||||
|
PG_PASS=guR8uchQhQFAGi4yXfHPrF2AHTgN15sOViDL7tu0bfoiPmdI
|
||||||
|
AUTHENTIK_SECRET_KEY=HeBg31UJE0AEK2JNWpXx1+6v7SjlYr9HKxDZi66dNsrhy+9XpOz9LOw81bWNHDo/lFiORMxVa1f+
|
||||||
|
q1Yt
|
||||||
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,10 +1,10 @@
|
|||||||
# Ignore environment files
|
# Ignore environment files
|
||||||
.env
|
|
||||||
mergekemain.sh
|
mergekemain.sh
|
||||||
# Ignore Laravel cache, logs, and storage
|
# Ignore Laravel cache, logs, and storage
|
||||||
/storage/*
|
/htdocs/storage/*
|
||||||
!/storage/.gitignore
|
!/htdocs/storage/.gitignore
|
||||||
|
/htdocs/.env
|
||||||
# Ignore bootstrap cache
|
# Ignore bootstrap cache
|
||||||
/bootstrap/cache/*
|
/htdocs/bootstrap/cache/*
|
||||||
!/bootstrap/cache/.gitignore
|
!/htdocs/bootstrap/cache/.gitignore
|
||||||
|
|||||||
Reference in New Issue
Block a user