fix global gitignore
This commit is contained in:
parent
c2681f0cab
commit
87143c4e32
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user