From 0f1d8e3c6c6e88c418f3db3c2eea41f0c65f3bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Wieczorek?= Date: Fri, 18 Dec 2020 19:50:11 +0100 Subject: [PATCH] Fix path in .gitignore file. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 70ee859..67d9810 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* +