mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 19:45:14 +00:00
37 lines
648 B
Text
37 lines
648 B
Text
|
|
# 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 key files for decrypting credentials and more.
|
|
/config/*.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
|