chore: keep local design assets out of the repo
This commit is contained in:
parent
4bc48663c8
commit
1fe7349952
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,6 +1,9 @@
|
|||
# secrets
|
||||
.env
|
||||
|
||||
# local working material (design mocks, scratch), never shipped
|
||||
.local/
|
||||
|
||||
# python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue