-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/hpde/NOAA
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |