Config File Collection
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.gitignore 402B

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