fix global gitignore

This commit is contained in:
thek4n 2026-06-02 16:45:23 +03:00
parent c2681f0cab
commit 87143c4e32

View File

@ -1,4 +1,3 @@
# Pycharm
.idea
@ -6,43 +5,11 @@
*.sw[op]
Session.vim
# python virtual env
venv
.venv
__pycache__/
*.py[cod]
*$py.class
*.spec
.env
*.env
*.log
*.bak
*~
# db
*.db
db.sqlite3
nohup.out
# cmake
cmake_install.cmake
CMakeCache.txt
CMakeFiles
# build files
*.a
*.so
*.o
a.out
*.exe
*.ipk
build/
dist/
node_modules/
.tns
.autoenv.zsh
@ -51,6 +18,3 @@ node_modules/
*.tar
*.gz
*.zip
.redo/