Fix path in .gitignore file.
This commit is contained in:
parent
f8453a5206
commit
0f1d8e3c6c
7
.gitignore
vendored
7
.gitignore
vendored
@ -25,7 +25,7 @@ share/python-wheels/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
sounds/*
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
@ -136,3 +136,8 @@ dmypy.json
|
||||
|
||||
# Cython debug symbols
|
||||
cython_debug/
|
||||
|
||||
|
||||
# project_files
|
||||
src/sounds/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user