mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: Update .gitignore
This commit is contained in:
parent
4025fda709
commit
aa72ee892b
|
|
@ -1,3 +1,18 @@
|
|||
# Mac
|
||||
.DS_Store
|
||||
*/.DS_Store
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
*.project
|
||||
*.factorypath
|
||||
|
||||
# IntelliJ IDEA
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
@ -165,4 +180,4 @@ models/
|
|||
data
|
||||
.idea
|
||||
.dev
|
||||
poetry.lock
|
||||
poetry.lock
|
||||
|
|
|
|||
Loading…
Reference in New Issue