nhfs
Version:
NHFS — A sleek HTTP file server for the web built with Next.js and HeroUI. (Alpha)
42 lines (32 loc) • 522 B
Plain Text
# Ignore build output
.next
out
# Ignore dependencies
node_modules
# Ignore logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Ignore environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Ignore coverage output
coverage
# Ignore static exports
export
# Ignore lock files (optional)
package-lock.json
yarn.lock
# Ignore public/static assets (optional)
public/static
# Ignore custom server output (if any)
dist
# Testing folders
/folder.root
/folder
.next
.git
.vscode