Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hpde/NOAA
Browse files Browse the repository at this point in the history
  • Loading branch information
jweygand977 committed Nov 16, 2023
2 parents a9efbe7 + 03dd84a commit 977ede6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
# email body as text
body: |
Run date ${{ steps.date.outputs.date }}
By: ${{ github.actor }}
${{ github.repository }} files added or updated:
--
Added
Expand Down
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Restrict commits to Spase XML files and occasional updates to github workflow yml files
# The '!' character negates blocking - use that to allow specific file types

# Ignore all to start
*

# Allow necessary root files
!.gitignore
!README.*
!LICENSE

# Allow folders
!*/

# Allow xml files
!*.xml
!*.XML

# Allow workflow files (the .github folder currently does not get blocked at all)
!.github/workflow/*.yml

0 comments on commit 977ede6

Please sign in to comment.