Project Init
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
43
colaflow-api/.dockerignore
Normal file
43
colaflow-api/.dockerignore
Normal file
@@ -0,0 +1,43 @@
|
||||
# .dockerignore for ColaFlow API
|
||||
|
||||
# Binaries
|
||||
**/bin/
|
||||
**/obj/
|
||||
|
||||
# Visual Studio / Rider
|
||||
.vs/
|
||||
.idea/
|
||||
*.user
|
||||
*.suo
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
x64/
|
||||
x86/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Test results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
*.trx
|
||||
*.coverage
|
||||
|
||||
# NuGet
|
||||
*.nupkg
|
||||
packages/
|
||||
.nuget/
|
||||
|
||||
# Others
|
||||
*.log
|
||||
*.bak
|
||||
*.tmp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user