Skip to content

Commit bee4261

Browse files
committed
update .gitignore
1 parent a012e6c commit bee4261

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
out/
2-
system-test/
3-
config-test/
1+
/system-test/
2+
/config-test/
3+
4+
/build/
5+
/google-app-engine/build/
6+
/google-app-engine/google-app-engine-yaml/build/
7+
/utils/build/
48

5-
build/
69
.gradle
710

811
.idea/workspace.xml
@@ -14,5 +17,5 @@ build/
1417
.idea/.name
1518
*.iml
1619

17-
testData/performance/docker
18-
testData/performance/go
20+
/testData/performance/docker
21+
/testData/performance/go

0 commit comments

Comments
 (0)