reorganize gitignore and add comments
This commit is contained in:
parent
eea8c9f5fa
commit
d0ea696274
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,9 +1,16 @@
|
|||||||
|
# python
|
||||||
venv
|
venv
|
||||||
__pycache__
|
__pycache__
|
||||||
|
# cable data folder(s)
|
||||||
cables
|
cables
|
||||||
|
cables-sample.zip
|
||||||
|
# meilisearch (mainly where I've put the data volume for the container)
|
||||||
|
meili_data
|
||||||
|
# IDE things
|
||||||
.vscode
|
.vscode
|
||||||
output.log
|
.idea
|
||||||
|
# videos
|
||||||
*.webm
|
*.webm
|
||||||
output.mp4
|
output.mp4
|
||||||
|
# log files
|
||||||
output.log
|
output.log
|
||||||
cables-sample.zip
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user