all repos

dotfiles @ c0c3113

i use rach linux btw
1 files changed, 26 insertions(+), 0 deletions(-)
Create gitignore_global
Author: Smirnov Aleksandr 50584123+Smirnov-O@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2020-05-18 22:28:48 +0300
Parent: 55d5156
A gitignore_global
ยทยทยท
        
        1
        +# IDE

      
        
        2
        +.idea

      
        
        3
        +.idea_modules

      
        
        4
        +*~

      
        
        5
        +# Logs and databases

      
        
        6
        +*.log

      
        
        7
        +*.sqlite

      
        
        8
        +# Temp files

      
        
        9
        +*.pyc

      
        
        10
        +*.swp

      
        
        11
        +.*.swp

      
        
        12
        +*.swo

      
        
        13
        +# Packages

      
        
        14
        +*.7z

      
        
        15
        +*.bz2

      
        
        16
        +*.gz

      
        
        17
        +*.iso

      
        
        18
        +*.rar

      
        
        19
        +*.tar

      
        
        20
        +*.z

      
        
        21
        +# Compiled siurce

      
        
        22
        +*.dll

      
        
        23
        +*.exe

      
        
        24
        +*.o

      
        
        25
        +*.so

      
        
        26
        +*.out