mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-01 16:30:09 +00:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
19 lines
363 B
Plaintext
19 lines
363 B
Plaintext
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
.DS_Store
|
|
.idea/
|
|
*.iml
|
|
|
|
/php/data/*
|
|
/php/session/*
|
|
!/php/data/.gitkeep
|
|
!/php/session/.gitkeep
|
|
/php/vendor
|
|
|
|
/manual-install/*.conf
|
|
!/manual-install/sample.conf
|
|
/manual-install/docker-compose.yml
|
|
/manual-install/compose.yaml
|
|
/manual-install/.env
|