2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00
inventree-docs/.gitignore
Oliver ee73604a41
Automatically generate release information (#335)
* Pull InvenTree release information from GitHub

* Cache API results to file

- Prevents rate limiting during testing

* Add 'include' file for auto-generating release notes table

* Add entry for 0.8.x
2022-07-29 14:14:21 +10:00

12 lines
125 B
Plaintext

# Ignore python environment files
env-inv-doc/
env/
# Compiled python files
*.pyd
*.pyc
# Temp files
releases.json
.vscode