Skip to content

Commit b453639

Browse files
committed
Clean up gitignore
1 parent 5573bdb commit b453639

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

.gitignore

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,13 @@ node_modules
22
base/diff
33
*.pyc
44
*.vs
5+
*.userprefs
56
.gradle
6-
java8/run/lambda-runtime-mock/target
7-
base/dump-java8/target
7+
target
8+
vendor
9+
bin
10+
obj
811
examples/java/build
9-
examples/java/target
10-
examples/java/bin
1112
go1.x/run/aws-lambda-mock
1213
go1.x/run/vendor
1314
examples/go1.x/handler
14-
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-
java8/run/lambda-runtime-mock/target
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

Comments
 (0)