Skip to content

Commit

Permalink
Fixing .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tit8 authored and tit8 committed May 3, 2024
1 parent 5b045aa commit 5c934cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- '**/README.md'
- '**/.gitignore'
- '**/Post.gs'
workflow_dispatch:

jobs:
Expand Down
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/secrets.txt
/Post.gs
/form-api.exe
secrets.txt
form-api.exe
form-api
Post.gs
2 changes: 2 additions & 0 deletions Post.gs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// AppScript inside Google Form

function onSubmit(e) {

var form = FormApp.getActiveForm();
Expand Down

0 comments on commit 5c934cc

Please sign in to comment.