Skip to content

Commit 0baf7e4

Browse files
authored
chore: [java] synthtool not to create an initial gitignore. (#1672)
* chore: [java] synthtool not to create an initial gitignore. Given that new generated libraries will come to the Java monorepo going forward and that any new hand-written libraries can get a new .gitignore from humans, there's no need to automatically prepare .gitignore file. * deleting gitignore * deleting .gitignore from golden
1 parent 38f3997 commit 0baf7e4

File tree

7 files changed

+0
-108
lines changed

7 files changed

+0
-108
lines changed

docker/owlbot/java/bin/write_templates.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515

1616
set -e
1717

18-
# create initial .gitignore if it does not yet exist
19-
if [ ! -f ".gitignore" ]
20-
then
21-
cp /owlbot/templates/gitignore ./.gitignore
22-
fi
23-
2418
if [ -f "owlbot.py" ]
2519
then
2620
python3 owlbot.py

docker/owlbot/java/templates/gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

docker/owlbot/java/tests/fix-poms/golden/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

docker/owlbot/java/tests/fix-poms/input/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

docker/owlbot/java/tests/new-client/golden/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

docker/owlbot/java/tests/new-version/golden/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

docker/owlbot/java/tests/new-version/input/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)