mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 18:35:13 +00:00
* first srcl pass! * HOLY MFIN KBAR * first last search * put the borders back * button! * oops * toolbar! * lol * bump dreamland, make kbar actually reactive? * shorter timeout lol * identity picker component * nuke that lol * seen_hints * woah * hint sys pt 1 * HINTS * HINTS AND SHORTCUTS * styles, BACKSPACE * nav on home * bananananana * click, starring adam sandler * scrool * lint pass * autoed complete * shut * brake the man * dunno why those got unmerged * path oopsie * backspace on audit logs * whitespace * i thought i told you to shut up * mr. brakeman
54 lines
No EOL
1 KiB
Text
54 lines
No EOL
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
|
|
|
|
# Vite Ruby
|
|
/public/vite*
|
|
node_modules
|
|
# Vite uses dotenv and suggests to ignore local-only env files. See
|
|
# https://vitejs.dev/guide/env-and-mode.html#env-files
|
|
*.local
|
|
|
|
|
|
/config/credentials/production.key
|
|
|
|
/config/credentials/staging.key
|
|
|
|
/config/credentials/development.key
|
|
|
|
.idea
|
|
**/.DS_Store
|
|
/config/credentials/uat.key
|
|
|
|
public/.vite |