mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
26 lines
346 B
Plaintext
26 lines
346 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# misc
|
|
.DS_Store
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Next.js
|
|
/.next
|
|
|
|
/data
|
|
/supabase/volumes/db/data/*
|
|
#local env files
|
|
.env*.local
|
|
/maildev
|
|
/owncast
|
|
/coverage
|
|
/supabase/volumes/db/data
|
|
/supabase/volumes/storage
|
|
supabase.zip
|