Config File Collection
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.gitignore 417B

1234567891011121314151617181920212223242526
  1. # zshrc.d
  2. .zshrc.d/*.zsh
  3. .bashrc.d/*.sh
  4. # ---> Linux
  5. *~
  6. # temporary files which can be created if a process still has a handle open of a deleted file
  7. .fuse_hidden*
  8. # KDE directory preferences
  9. .directory
  10. # Linux trash folder which might appear on any partition or disk
  11. .Trash-*
  12. # .nfs files are created when an open file is removed but is still being accessed
  13. .nfs*
  14. # ---> Backup
  15. *.bak
  16. *.gho
  17. *.ori
  18. *.orig
  19. *.tmp