API de comptabilité horaire.
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.

.gitignore 756B

1234567891011121314151617181920212223242526272829303132333435
  1. # See https://help.github.com/articles/ignoring-files for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor
  4. # or operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile '~/.gitignore_global'
  6. # Ignore bundler config.
  7. /.bundle
  8. # Ignore the default SQLite database.
  9. /db/*.sqlite3
  10. /db/*.sqlite3-*
  11. # Ignore all logfiles and tempfiles.
  12. /log/*
  13. /tmp/*
  14. !/log/.keep
  15. !/tmp/.keep
  16. # Ignore pidfiles, but keep the directory.
  17. /tmp/pids/*
  18. !/tmp/pids/
  19. !/tmp/pids/.keep
  20. # Ignore uploaded files in development.
  21. /storage/*
  22. !/storage/.keep
  23. /public/assets
  24. .byebug_history
  25. # Ignore master key for decrypting credentials and more.
  26. /config/master.key
  27. .vscode
  28. .env