mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-26 11:42:11 +08:00
v0.1 基础版本
v0.1 基础版本
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
*/migrations/*
|
||||
!*/migrations/__init__.py
|
||||
*.pyc
|
||||
/*.pyc
|
||||
*/*.pyc
|
||||
*.DS_Store
|
||||
*.idea
|
||||
*.git
|
||||
*/.DS_Store
|
||||
*/.idea
|
||||
*/__pycache__
|
||||
*/__pycache__/*
|
||||
*/export/*
|
||||
*/export/*.csv
|
||||
configure.yaml
|
||||
db.sqlite3
|
||||
scheduler.log
|
||||
celerybeat-schedule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user