1 files changed,
10 insertions(+),
8 deletions(-)
Author:
Smirnov Aleksandr
50584123+Smirnov-O@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2020-06-15 00:56:11 +0300
Parent:
915614a
M
gitignore_global
ยทยทยท 1 1 # IDE 2 2 .idea 3 -.idea_modules 4 3 *~ 4 +~* 5 + 5 6 # Logs and databases 6 7 *.log 7 8 *.sqlite 9 +*.db 10 +.*.todo 11 + 8 12 # Temp files 9 13 *.pyc 10 14 *.swp 11 15 .*.swp 12 16 *.swo 17 +__pycache__ 18 + 13 19 # Packages 14 20 *.7z 15 -*.bz2 16 -*.gz 17 -*.iso 18 21 *.rar 19 22 *.tar 20 -*.z 23 +*.bz2 24 + 21 25 # Compiled siurce 22 -*.dll 23 -*.exe 24 -*.o 25 26 *.so 26 27 *.out 28 +*.bin