Skip to content

Commit

Permalink
Add __pycache__ to gitignore to prevent local synth from adding it (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 28, 2019
1 parent 6e6e0b1 commit e16db6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -14,4 +14,7 @@ jsondoc/*

# directories left by gh-pages
_site/*
.DS_STORE
.DS_STORE

# Ignore stuff left by synth
__pycache__

0 comments on commit e16db6c

Please sign in to comment.