diff --git a/.gitignore b/.gitignore index be074b0..f84f396 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ sync.ffs_lock .env.anna .env.forust .env.* -.env.*example +!.env.*example # Volumes and data directories gitea/gitea-db/ diff --git a/penpot/.env.example b/penpot/.env.example new file mode 100644 index 0000000..040fc0a --- /dev/null +++ b/penpot/.env.example @@ -0,0 +1 @@ +PENPOT_SECRET_KEY=somesecretfdsfsdfds \ No newline at end of file