Pular para o conteúdo

gitignore para gerenciar dotfiles

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
anderson josé de souza inácio AndersonInacio
Hits: 2.030 Categoria: Outros Subcategoria: Outros
  • Download
  • Nova versão
  • Indicar
  • Denunciar

Descrição

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
Download 6931..gitignore Enviar nova versão

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

Código "Vírus do Atalho"

Adicionar proxy no Internet Explorer na inicialização

Tranposta da matriz em Haskell

SSH NAO NAVEGA

Welcome!

Nenhum comentário foi encontrado.

Contribuir com comentário

Entre na sua conta para comentar.