2022-08-28 13:51:31 +00:00
|
|
|
# Exclude all by default
|
|
|
|
/*
|
|
|
|
|
|
|
|
# Paths to include
|
2022-12-05 17:58:23 +00:00
|
|
|
!/docker/backend/piscsi_wrapper.sh
|
|
|
|
!/docker/web/web_start_wrapper.sh
|
2022-08-28 13:51:31 +00:00
|
|
|
!/doc
|
|
|
|
!/python
|
2022-11-14 17:32:15 +00:00
|
|
|
!/cpp
|
2022-08-28 13:51:31 +00:00
|
|
|
!/test
|
|
|
|
!/easyinstall.sh
|
|
|
|
!/LICENCE
|
|
|
|
!/README.md
|
|
|
|
|
2022-12-04 14:31:57 +00:00
|
|
|
# Dev artifacts to exclude
|
|
|
|
**/.git
|
|
|
|
|
|
|
|
/cpp/bin
|
|
|
|
/cpp/obj
|
|
|
|
|
|
|
|
**/venv*
|
|
|
|
**/*.pyc
|
|
|
|
**/__pycache__
|
|
|
|
**/.pytest_cache
|
2022-12-05 17:58:23 +00:00
|
|
|
**/piscsi_interface_pb2.py
|
2022-12-04 14:31:57 +00:00
|
|
|
**/report.xml
|
|
|
|
|
2022-08-28 13:51:31 +00:00
|
|
|
**/.idea
|
2022-12-04 14:31:57 +00:00
|
|
|
**/.vscode
|
|
|
|
**/.DS_Store
|
|
|
|
|
|
|
|
**/core
|
|
|
|
**/*.swp
|
|
|
|
**/current
|
|
|
|
|
|
|
|
**/node_modules
|
|
|
|
**/messages.pot
|
|
|
|
**/messages.mo
|