ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
720 B

  1. # See https://help.github.com/articles/ignoring-files for more about ignoring files.
  2. #
  3. # Temporary files generated by your text editor or operating system
  4. # belong in git's global ignore instead:
  5. # `$XDG_CONFIG_HOME/git/ignore` or `~/.config/git/ignore`
  6. # Ignore bundler config.
  7. /.bundle
  8. # Ignore all environment files.
  9. /.env*
  10. # Ignore all logfiles and tempfiles.
  11. /log/*
  12. /tmp/*
  13. !/log/.keep
  14. !/tmp/.keep
  15. # Ignore pidfiles, but keep the directory.
  16. /tmp/pids/*
  17. !/tmp/pids/
  18. !/tmp/pids/.keep
  19. # Ignore storage (uploaded files in development and any SQLite databases).
  20. /storage/*
  21. !/storage/.keep
  22. /tmp/storage/*
  23. !/tmp/storage/
  24. !/tmp/storage/.keep
  25. # Ignore master key for decrypting credentials and more.
  26. /config/master.key