We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5573bdb commit b453639Copy full SHA for b453639
1 file changed
.gitignore
@@ -2,23 +2,13 @@ node_modules
2
base/diff
3
*.pyc
4
*.vs
5
+*.userprefs
6
.gradle
-java8/run/lambda-runtime-mock/target
7
-base/dump-java8/target
+target
8
+vendor
9
+bin
10
+obj
11
examples/java/build
-examples/java/target
-examples/java/bin
12
go1.x/run/aws-lambda-mock
13
go1.x/run/vendor
14
examples/go1.x/handler
-examples/go1.x/vendor
15
-dotnetcore2.0/run/bin
16
-dotnetcore2.0/run/obj
17
-dotnetcore2.0/run/MockBootstraps/bin
18
-dotnetcore2.0/run/MockBootstraps/obj
19
20
-base/dump-dotnet2/bin
21
-base/dump-dotnet2/obj
22
-examples/dotnetcore2.0/test/bin
23
-examples/dotnetcore2.0/test/obj
24
-examples/dotnetcore2.0/test/pub
0 commit comments