Skip to content

Commit

Permalink
fix gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 20, 2023
1 parent 4236ea3 commit 8a346c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# setuptools-scm
version.py

# Sphinx automatic generation of API
docs/_api/

# Combined environments
ci/combined-environment-*.yml

# Created by https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks,vim,visualstudiocode,pycharm,emacs,linux,macos,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=python,jupyternotebooks,vim,visualstudiocode,pycharm,emacs,linux,macos,windows

Expand Down
3 changes: 3 additions & 0 deletions {{cookiecutter.project_name}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version.py
# Sphinx automatic generation of API
docs/_api/

# Combined environments
ci/combined-environment-*.yml

# Created by https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks,vim,visualstudiocode,pycharm,emacs,linux,macos,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=python,jupyternotebooks,vim,visualstudiocode,pycharm,emacs,linux,macos,windows

Expand Down

0 comments on commit 8a346c4

Please sign in to comment.