We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1084f commit 1cbe24bCopy full SHA for 1cbe24b
1 file changed
.gitignore
@@ -40,13 +40,11 @@ ENV/
40
env.bak/
41
venv.bak/
42
43
-# Protect Java package folders from global Python virtualenv env/ and ENV/ blanket collisions
+# Protect Java package folders from global Python virtualenv env/ blanket collisions
44
!**/src/main/java/**/env/
45
!**/src/test/java/**/env/
46
!**/src/main/proto/**/env/
47
!**/src/test/proto/**/env/
48
-!**/src/main/java/**/ENV/
49
-!**/src/test/java/**/ENV/
50
51
# Unit test / coverage reports
52
.coverage
0 commit comments