We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1faf60 commit df1084fCopy full SHA for df1084f
1 file changed
.gitignore
@@ -40,6 +40,13 @@ ENV/
40
env.bak/
41
venv.bak/
42
43
+# Protect Java package folders from global Python virtualenv env/ and 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