1.0.1 初始化铜壶管理系统项目并配置容器化
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# IDE / OS
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.ntvs
|
||||
*.njsproj
|
||||
*.sln
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Build and Env
|
||||
.env.local
|
||||
|
||||
# Database / Storage (Docker Compose mounted path)
|
||||
data/
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
Reference in New Issue
Block a user