gitignore para gerenciar dotfiles

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

[ Hits: 1.385 ]

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

Verifica se o link caiu e manda aviso por email - MIkrotik v5.*

Conectar o gns3 na Internet

Programação para sistemas embarcados em Assembly

Método de Gauss-Seidel em SCILAB

impressora brother


  

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