2024-04-18 09:04:25 +00:00
|
|
|
# possible installation of codec2 within freedata_server
|
|
|
|
freedata_server/codec2
|
2021-12-12 10:00:47 +00:00
|
|
|
|
|
|
|
# temporary test artifacts
|
|
|
|
**/build
|
|
|
|
**/Testing
|
2022-04-02 12:54:43 +00:00
|
|
|
|
|
|
|
package-lock.json
|
2022-05-21 23:04:17 +00:00
|
|
|
.DS_Store
|
2022-06-25 20:57:58 +00:00
|
|
|
|
|
|
|
# Other various files and virtual environments
|
|
|
|
.coverage
|
|
|
|
.coveragerc
|
|
|
|
.env
|
|
|
|
.envrc
|
|
|
|
.idea
|
|
|
|
.pytest_cache
|
|
|
|
.venv
|
|
|
|
.vscode
|
|
|
|
*.iml
|
|
|
|
*.pyc
|
|
|
|
*.raw
|
|
|
|
coverage.sh
|
|
|
|
coverage.xml
|
2023-09-23 04:56:48 +00:00
|
|
|
|
|
|
|
#ignore node_modules
|
2024-04-18 09:04:25 +00:00
|
|
|
/freedata_gui/node_modules/
|
2023-10-22 07:00:37 +00:00
|
|
|
|
2024-04-18 09:04:25 +00:00
|
|
|
#Ignore freedata_gui build items
|
|
|
|
/freedata_gui/dist
|
|
|
|
/freedata_gui/release
|
|
|
|
/freedata_gui/dist-electron
|
2023-12-10 20:51:19 +00:00
|
|
|
|
|
|
|
#Ignore GUI config
|
2024-04-18 09:04:25 +00:00
|
|
|
/freedata_gui/config/config.json
|