forked from sunpy/sunpy
-
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.
Coherently add sunpy basic configurations
- Loading branch information
1 parent
93a365b
commit 4220165
Showing
4 changed files
with
313 additions
and
73 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 |
---|---|---|
@@ -1,11 +1,29 @@ | ||
# Exclude specific files | ||
# All files which are tracked by git and not explicitly excluded here are included by setuptools_scm | ||
# Prune folders | ||
exclude .codecov.yaml | ||
exclude .editorconfig | ||
exclude .gitattributes | ||
exclude .gitignore | ||
exclude .mailmap | ||
exclude .pre-commit-config.yaml | ||
exclude .readthedocs.yaml | ||
exclude .rtd-environment.yml | ||
exclude .test_package_pins.txt | ||
exclude .zenodo.json | ||
exclude asv.conf.json | ||
exclude CITATION.cff | ||
exclude sunpy-dev-env.yml | ||
exclude tox.ini | ||
|
||
prune .circleci | ||
prune .github | ||
prune benchmarks | ||
prune binder | ||
prune changelog | ||
prune tools | ||
prune build | ||
prune docs/_build | ||
prune docs/api | ||
global-exclude *.pyc *.o | ||
|
||
# This subpackage is only used in development checkouts | ||
# This package is only used in development checkouts | ||
# and should not be included in built tarballs | ||
prune sunpy/_dev |
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
Oops, something went wrong.