1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-18 22:31:32 +03:00
leon/.gitignore

29 lines
454 B
Plaintext
Raw Normal View History

2019-02-10 15:26:50 +03:00
__pycache__/
.idea/
.vscode/
2019-02-10 15:26:50 +03:00
**/dist/
**/node_modules/
test/coverage/
**/tmp/*
bridges/python/.venv/*
downloads/*
logs/*
server/src/config/**/*.json
bin/deepspeech/*
bin/flite/*
*.pyc
.DS_Store
*.sublime-workspace
2019-02-10 15:26:50 +03:00
npm-debug.log
debug.log
.env
!**/.gitkeep
!bridges/python/.venv/.gitkeep
!**/*.sample*
packages/**/config/config.json
packages/**/data/db/*.json
server/src/data/expressions/classifier.json
app/js/main.js
package.json.backup
.python-version