mirror of
https://github.com/projectsend/projectsend.git
synced 2026-09-23 03:53:21 +00:00
6e47d76ba6
Client file sharing, rebuilt from the ground up: a private area per client, resumable uploads, folders, groups and categories, sharing with expiry dates and download limits, comments, file versions, an activity log, a REST API, and sixteen languages. This repository begins here. ProjectSend 2 was developed privately, and that development history is not published — the previous generation remains available, with its own history, at projectsend/legacy. Free software under the GNU General Public License v2, or (at your option) any later version.
42 lines
846 B
Plaintext
42 lines
846 B
Plaintext
.DS_Store
|
|
.env
|
|
.env.backup
|
|
.env.production
|
|
.phpactor.json
|
|
.phpunit.result.cache
|
|
/.fleet
|
|
/.idea
|
|
/.nova
|
|
/.phpunit.cache
|
|
/.vscode
|
|
/.zed
|
|
/bootstrap/ssr
|
|
/node_modules
|
|
/packages
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/storage/pail
|
|
/vendor
|
|
auth.json
|
|
Homestead.json
|
|
Homestead.yaml
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/.release-build
|
|
/compose.override.yaml
|
|
/compose.override.yml
|
|
|
|
# ── Maintainer-only working files ──
|
|
# Planning notes, local tooling and development fixtures are kept outside
|
|
# this repository, so these paths are ignored here rather than published.
|
|
# If docs/ looks sparser than you expect, that is why. The two entries
|
|
# below the ignore are application data the app reads at runtime and are
|
|
# part of the repository.
|
|
/.claude
|
|
/scripts/refresh-sim.sh
|
|
/database/seeders/DevDataSeeder.php
|
|
/docs/*.md
|
|
!/docs/api-guide.md
|