mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore: ignore .env file
Necessary to don't version .env file. This file is used when use the command act: https://nektosact.com/usage/index.html#envsecrets-files-structure Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
aa34cdda60
commit
89742c10c4
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
.env
|
||||||
*.iml
|
*.iml
|
||||||
/vendor/
|
/vendor/
|
||||||
/vendor-bin/**/vendor/
|
/vendor-bin/**/vendor/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue