1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/.gitignore

15 lines
127 B
Text
Raw Normal View History

2022-02-13 19:05:29 +00:00
# Python
__pycache__
2021-03-18 13:53:55 +00:00
*.pyc
2022-02-13 19:05:29 +00:00
# VSCodium
.vscode
2022-01-13 01:25:31 +00:00
2022-02-13 19:05:29 +00:00
# Database
2022-01-13 01:25:31 +00:00
db/
2022-02-13 19:05:29 +00:00
# Server setup documentation
2022-02-24 00:53:16 +00:00
server_setup.adoc
# Temp files
~*