Files
chatmail-core/.gitignore
2023-10-22 13:13:04 +00:00

47 lines
513 B
Plaintext

/target
**/*.rs.bk
/build
/dist
# ignore vi temporaries
*~
*.swp
*.swo
include
.dc-history.txt
*.db
*.db-blobs
.tox
python/.eggs
*.egg-info
__pycache__
python/src/deltachat/capi*.so
python/.venv/
python/venv/
venv/
env/
python/liveconfig*
# ignore doxgen generated files
deltachat-ffi/html
deltachat-ffi/xml
.rsynclist
coverage/
.DS_Store
.vscode/launch.json
python/accounts.txt
python/all-testaccounts.txt
tmp/
# from deltachat-node
node_modules/
node/build/
node/dist/
node/prebuilds/
node/.nyc_output/