Skip to content

Commit 383b17a

Browse files
committed
Remove sensitive files from repository
1 parent 5bb1313 commit 383b17a

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.gitignore

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target/
1616
*.iws
1717
*.iml
1818
*.ipr
19-
19+
*.properties
2020
/nbproject/private/
2121
/nbbuild/
2222
/dist/
@@ -47,11 +47,15 @@ build/
4747
logs/
4848
*.log
4949

50-
# Environment variables
51-
# .env
52-
.env.local
53-
.env.*.local
54-
application-local.properties
50+
51+
# Environment variables and sensitive config
52+
*.env
53+
*.local
54+
**/.env
55+
**/application.properties
56+
**/application.yml
57+
58+
!application-local.properties
5559

5660
# OS files
5761
.DS_Store

0 commit comments

Comments
 (0)