Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 8522642

Browse files
committed
don't auto append to .gitignore
1 parent 8ac156d commit 8522642

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ gradle-app.setting
5656

5757
# End of https://www.toptal.com/developers/gitignore/api/kotlin,gradle
5858
build.gradle
59-
build.gradle

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ generate:
2626
rm -rf ./test
2727
rm -f .travis.yml git_push.sh
2828
chmod +x ./gradlew
29-
echo "build.gradle" >> .gitignore
3029
# cp ./templates/build.gradle build.gradle
3130

3231
build:

0 commit comments

Comments
 (0)