Skip to content

Commit 9d7d871

Browse files
authored
PLAT-16474 Update .gitignore to include additional files (#861)
* PLAT-16474 Update .gitignore to include additional files * adding .env and generic files to gitignore
1 parent a70ec22 commit 9d7d871

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,18 @@ bin
4747

4848
# For Bugsnag-Maze-Runner:
4949
maze_output
50-
maze-runner.log
50+
51+
#logs
52+
*.log
53+
54+
# VS Code workspace settings
55+
.vscode/
56+
57+
# Environment & secrets
58+
.env
59+
.env.*
60+
61+
# Gitleaks
62+
.gitleaks.toml
63+
.pre-commit-config.yaml
64+
.gitleaks-baseline.json

0 commit comments

Comments
 (0)