Skip to content

Commit 1cbe24b

Browse files
authored
Update .gitignore to refine Java package protection
1 parent df1084f commit 1cbe24b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ ENV/
4040
env.bak/
4141
venv.bak/
4242

43-
# Protect Java package folders from global Python virtualenv env/ and ENV/ blanket collisions
43+
# Protect Java package folders from global Python virtualenv env/ blanket collisions
4444
!**/src/main/java/**/env/
4545
!**/src/test/java/**/env/
4646
!**/src/main/proto/**/env/
4747
!**/src/test/proto/**/env/
48-
!**/src/main/java/**/ENV/
49-
!**/src/test/java/**/ENV/
5048

5149
# Unit test / coverage reports
5250
.coverage

0 commit comments

Comments
 (0)