gitignore para gerenciar dotfiles

Publicado por anderson josé de souza inácio (última atualização em 20/12/2018)

[ Hits: 1.369 ]

Homepage: https://github.com/nosrednawall

Download 6931..gitignore




Segue as configurações do gitignore que estou utilizando para gerenciar os meus dotfiles. O meu repositório com os dotfiles é: https://github.com/nosrednawall/dotfiles

  



Esconder código-fonte

# Ignore everything by default.
/*
!.config/
.config/*

# Bash stuff (profile just sources bashrc, since it's the only thing sourced
# when a shell is a login shell).
!.bash*
.*.swp
.bash_history
.bash_local
.bash_logout
!.profile

# Zsh
!.zshrc
!.zsh
!.zsh/*
!.zsh/contrib
!.zsh/contrib/*

# Do ignore the data directory (my construct, it's where completion cache,
# history etc live)
.zsh/data
.zsh/data/*
# Do ignore local/sensitive settings
.zsh/local
.zsh/pre-local
# Swapfiles (sigh)
.zsh/*.swp

# Git aliases, identification info
!.gitconfig
# The gitignore of this repository itself (!)
!.gitignore
# My global Git excludes file (acts as a global .gitignore)
!.gitexcludes

# Wallpapers
!.wallpapers/*

# neofetch
!.config/neofetch/config

# terminator
!.config/terminator/config

#i3
!.config/i3/*
!.config/i3/config

#polybar
!.config/polybar/*

#Um dia talvez quem sabe 
# Vim plugins, ftplugins, syntax etc etc
# !.vim
# !.vim/*
# !.vim/*/*
# !.vim/*/*/*
# !.vim/*/*/*/*
# !.vim/*/*/*/*/*
# !.vim/*/*/*/*/*/*

# Do ignore netrw history
# .vim/.netrwhist
# # Do ignore vim-plug stuff, sigh
# .vim/plugged
# 
# # Vim settings
# !.vimrc
# 
# # Ignore swapfiles
# .vim/.*.swp
# .vim/*/.*.swp
# .vim/*/*/.*.swp
# .vim/*/*/*/.*.swp

# # Screen, tmux
# !.screenrc
# !.tmux.conf
# !.tmux
# !.tmux/*.yml

# # Gem config
# !.gemrc

Scripts recomendados

Método da Bissecção em SCILAB

Método das Cordas em SCILAB

Raízes - Fortran

Bubble Sort em Go

Método de Jacobi em SCILAB


  

Comentários

Nenhum comentário foi encontrado.


Contribuir com comentário




Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts