Skip to content

Commit

Permalink
chore(git): Add project folders to .gitignore
Browse files Browse the repository at this point in the history
Added vs code files.
Added sphinx docs/source/_build/. Sphinx file strucuture has been modified
so this wasnt included in .gitignore.
  • Loading branch information
imAsparky committed Sep 2, 2021
1 parent 3656632 commit 4847e57
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
@@ -1,3 +1,10 @@
# Local Files and Folders

# vscode
workspace.code-workspace
.vscode/


# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -33,6 +40,7 @@ Temporary Items
# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
Expand Down Expand Up @@ -79,6 +87,7 @@ coverage.xml

# Sphinx documentation
docs/_build/
docs/source/_build/

# IntelliJ Idea family of suites
.idea
Expand All @@ -98,4 +107,4 @@ python_boilerplate/
cookiecutter-pypackage-env/

# IDE settings
.vscode/
.vscode/

0 comments on commit 4847e57

Please sign in to comment.