mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
build: add .env.example and to .gitignore
This commit is contained in:
parent
64708d2d68
commit
d321042308
2 changed files with 4 additions and 0 deletions
2
docs/.env.example
Normal file
2
docs/.env.example
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
NEXT_TELEMETRY_DISABLED=1
|
||||
TURBO_TELEMETRY_DISABLED=1
|
||||
2
docs/.gitignore
vendored
2
docs/.gitignore
vendored
|
|
@ -23,6 +23,8 @@ yarn-debug.log*
|
|||
yarn-error.log*
|
||||
|
||||
# others
|
||||
.env*
|
||||
.env*.local
|
||||
!.env.example
|
||||
.vercel
|
||||
next-env.d.ts
|
||||
Loading…
Add table
Add a link
Reference in a new issue