From 5969853a03e7648f0cc78b923689e3785087e9b0 Mon Sep 17 00:00:00 2001
From: William Falcon <waf2107@columbia.edu>
Date: Fri, 11 Sep 2020 10:25:50 -0400
Subject: [PATCH] clean up sample project

---
 .github/stale.yml               | 19 -------------------
 .github/workflows/greetings.yml | 14 --------------
 .gitignore                      |  1 +
 3 files changed, 1 insertion(+), 33 deletions(-)
 delete mode 100644 .github/stale.yml
 delete mode 100644 .github/workflows/greetings.yml

diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index 7625867..0000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-# https://github.com/marketplace/stale
-
-# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 90
-# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 30
-# Issues with these labels will never be considered stale
-exemptLabels:
-  - pinned
-  - security
-# Label to use when marking an issue as stale
-staleLabel: wontfix
-# Comment to post when marking an issue as stale. Set to `false` to disable
-markComment: >
-  This issue has been automatically marked as stale because it has not had
-  recent activity. It will be closed if no further activity occurs. Thank you
-  for your contributions.
-# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
deleted file mode 100644
index 0b4be67..0000000
--- a/.github/workflows/greetings.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: Greetings
-# https://github.com/marketplace/actions/first-interaction
-
-on: [issues]  # pull_request
-
-jobs:
-  greeting:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/first-interaction@v1
-      with:
-        repo-token: ${{ secrets.GITHUB_TOKEN }}
-        issue-message: 'Hi! thanks for your contribution!, great first issue!'
-        pr-message: 'Hey thanks for the input! Please give us a bit of time to review it!'
diff --git a/.gitignore b/.gitignore
index 1dc6a39..06f9346 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 __pycache__/
 *.py[cod]
 *$py.class
+.github
 
 # C extensions
 *.so
-- 
GitLab