项目初次提交
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
# Editor directories and files
|
||||
.idea/
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
logs/*
|
||||
!logs/.gitkeep
|
||||
temp/*
|
||||
!temp/.gitkeep
|
||||
!alembic/versions/.gitkeep
|
||||
|
||||
# dotenv
|
||||
.env
|
||||
|
||||
# virtualenv
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# Spyder business settings
|
||||
.spyderproject
|
||||
|
||||
# Rope business settings
|
||||
.ropeproject
|
||||
*.db
|
||||
.DS_Store
|
||||
__pycache__
|
||||
!migrations/__init__.py
|
||||
*.pyc
|
Reference in New Issue
Block a user