FreeDATA/.gitignore
2024-04-17 22:49:08 +02:00

35 lines
467 B
Plaintext

# possible installation of codec2 within freedata-server
freedata-server/codec2
# temporary test artifacts
**/build
**/Testing
package-lock.json
.DS_Store
# Other various files and virtual environments
.coverage
.coveragerc
.env
.envrc
.idea
.pytest_cache
.venv
.vscode
*.iml
*.pyc
*.raw
coverage.sh
coverage.xml
#ignore node_modules
/gui/node_modules/
#Ignore gui build items
/gui/dist
/gui/release
/gui/dist-electron
#Ignore GUI config
/gui/config/config.json