feat: basic
This commit is contained in:
46
.dockerignore
Normal file
46
.dockerignore
Normal file
@@ -0,0 +1,46 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Build artifacts
|
||||
target/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Documentation
|
||||
docs/
|
||||
|
||||
# Development files
|
||||
*.md
|
||||
!README.md
|
||||
Makefile
|
||||
|
||||
# Test files
|
||||
tests/
|
||||
*_test.rs
|
||||
*.test.ts
|
||||
*.spec.ts
|
||||
|
||||
# CI/CD
|
||||
.github/
|
||||
|
||||
# Local configuration
|
||||
config/
|
||||
!config/galvanize.example.toml
|
||||
!config/users.example.toml
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Node modules (handled separately in webui build)
|
||||
webui/node_modules/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user