fix gitignore to not ignore tinychat static files

This commit is contained in:
Alex Cheema
2024-08-24 17:38:43 +01:00
parent d515d9efa3
commit 8a4928f80c
9 changed files with 154 additions and 19 deletions

38
.gitignore vendored
View File

@@ -14,24 +14,24 @@ __pycache__/
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
/.Python
/build/
/develop-eggs/
/dist/
/downloads/
/eggs/
/.eggs/
/lib/
/lib64/
/parts/
/sdist/
/var/
/wheels/
/share/python-wheels/
/*.egg-info/
/.installed.cfg
/*.egg
/MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
@@ -169,4 +169,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
**/*.xcodeproj/*
**/*.xcodeproj/*