commit 29d88e396d6b7a1a97c85e0fbf001eb20721a4bb
parent 86c18f19fd20c5a4ff5fa12430691b9ea193b77a
Author: finwo <finwo@pm.me>
Date: Wed, 15 Aug 2018 10:46:10 +0200
Automate in the simplest way possible
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -144,3 +144,4 @@ $RECYCLE.BIN/
# End of https://www.gitignore.io/api/osx,linux,windows,intellij
+/.gtm/
diff --git a/build.sh b/build.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+# Update the .gitignore file
+curl -s https://www.gitignore.io/api/osx,linux,windows,intellij > .gitignore
+echo /.gtm/ >> .gitignore