Spaces:
Running
Running
dboa9 Cursor commited on
Commit ·
87bde6a
1
Parent(s): 4be3d54
security: update gitignore with sensitive file patterns
Browse filesAdd .env.*, *.key, *.pem, api_keys, .secure/, *.secret,
.git-credentials to prevent accidental secret commits.
Co-authored-by: Cursor <cursoragent@cursor.com>
- .gitignore +7 -0
.gitignore
CHANGED
|
@@ -4,5 +4,12 @@ evidence/
|
|
| 4 |
court_data/
|
| 5 |
*.pdf
|
| 6 |
.env
|
|
|
|
| 7 |
test_sandbox/
|
| 8 |
*.odt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
court_data/
|
| 5 |
*.pdf
|
| 6 |
.env
|
| 7 |
+
.env.*
|
| 8 |
test_sandbox/
|
| 9 |
*.odt
|
| 10 |
+
*.key
|
| 11 |
+
*.pem
|
| 12 |
+
*.secret
|
| 13 |
+
api_keys
|
| 14 |
+
.secure/
|
| 15 |
+
.git-credentials
|