mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
40 lines
421 B
Plaintext
40 lines
421 B
Plaintext
# Dolphin file manager
|
|
*.directory
|
|
|
|
# Generated Files
|
|
*/_build/*
|
|
build/vendor/
|
|
build/server/
|
|
build/composer.lock
|
|
developer_manual/api/
|
|
server/
|
|
_build
|
|
|
|
*.pyc
|
|
|
|
# Meta Data
|
|
.DS_Store
|
|
|
|
# Backups
|
|
*~
|
|
*.sav
|
|
*.backup
|
|
|
|
# Exclude NetBeans project
|
|
/nbproject/*
|
|
*.db
|
|
*.snag
|
|
|
|
# Icons files
|
|
developer_manual/design/img
|
|
developer_manual/design/icons.txt
|
|
|
|
# Exclude Eclipse project
|
|
.project
|
|
|
|
# pipenv / virtualenv
|
|
venv
|
|
|
|
# VScode
|
|
.vscode
|