chore: ignore env files

master
Artur Oliveira 2025-12-15 21:57:47 -03:00
parent 6145597d8c
commit d06c103a66
3 changed files with 12 additions and 2 deletions

8
.gitignore vendored
View File

@ -54,4 +54,10 @@ atlassian-ide-plugin.xml
cached-antora-playbook.yml
node_modules
/.kotlin/
/.kotlin/
### Environment ###
.env
*.env
**/*.env

6
backend/.gitignore vendored
View File

@ -36,6 +36,10 @@ out/
### VS Code ###
.vscode/
### Environment ###
.env
*.env
**/*.env
### Database ###
data/