mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-01 04:04:36 +00:00
071fdd2dd5
* Move the os_integration dir from cpp/ to root level Co-authored-by: nucleogenic <nr@nucleogenic.com>
40 lines
459 B
Plaintext
40 lines
459 B
Plaintext
# Exclude all by default
|
|
/*
|
|
|
|
# Paths to include
|
|
!/docker/backend/piscsi_wrapper.sh
|
|
!/docker/web/web_start_wrapper.sh
|
|
!/doc
|
|
!/python
|
|
!/cpp
|
|
!/os_integration
|
|
!/test
|
|
!/easyinstall.sh
|
|
!/LICENCE
|
|
!/README.md
|
|
|
|
# Dev artifacts to exclude
|
|
**/.git
|
|
|
|
/cpp/bin
|
|
/cpp/obj
|
|
|
|
**/venv*
|
|
**/*.pyc
|
|
**/__pycache__
|
|
**/.pytest_cache
|
|
**/piscsi_interface_pb2.py
|
|
**/report.xml
|
|
|
|
**/.idea
|
|
**/.vscode
|
|
**/.DS_Store
|
|
|
|
**/core
|
|
**/*.swp
|
|
**/current
|
|
|
|
**/node_modules
|
|
**/messages.pot
|
|
**/messages.mo
|