mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 19:55:16 +00:00
* llms.txt/llms-full.txt/.md docs routes, SSR * Fixes! * Tests! * More fixes * Fix SSR! * Update bin/docker-entrypoint Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Use Bun for SSR! --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
58 lines
1 KiB
Text
58 lines
1 KiB
Text
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
|
#
|
|
# Temporary files generated by your text editor or operating system
|
|
# belong in git's global ignore instead:
|
|
# `$XDG_CONFIG_HOME/git/ignore` or `~/.config/git/ignore`
|
|
|
|
# Ignore bundler config.
|
|
/.bundle
|
|
|
|
# Ignore all environment files.
|
|
/.env*
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
/log/*
|
|
/tmp/*
|
|
!/log/.keep
|
|
!/tmp/.keep
|
|
|
|
# Ignore pidfiles, but keep the directory.
|
|
/tmp/pids/*
|
|
!/tmp/pids/
|
|
!/tmp/pids/.keep
|
|
|
|
# Ignore storage (uploaded files in development and any SQLite databases).
|
|
/storage/*
|
|
!/storage/.keep
|
|
/tmp/storage/*
|
|
!/tmp/storage/
|
|
!/tmp/storage/.keep
|
|
|
|
/public/assets
|
|
|
|
# Ignore master key for decrypting credentials and more.
|
|
/config/master.key
|
|
|
|
# Ignore environment variables
|
|
.env
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
/app/assets/builds/*
|
|
!/app/assets/builds/.keep
|
|
|
|
.idea
|
|
.DS_Store
|
|
|
|
node_modules
|
|
public/vite-dev
|
|
public/vite-ssr
|
|
public/vite-test
|
|
|
|
.vite
|
|
|
|
pg-dump*
|
|
|
|
# Generated by `rails docs:generate_llms`
|
|
/public/llms.txt
|
|
/public/llms-full.txt
|