nextcloud-documentation/.gitignore
Thomas Citharel 4bc0ee9d0a Add venv folder to gitignore
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:18:17 +00:00

36 lines
396 B
Plaintext

# Dolphin file manager
*.directory
# Generated Files
*/_build/*
build/vendor/
build/server/
build/composer.lock
developer_manual/api/
server/
*.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