Skip to content
Snippets Groups Projects
.dockerignore 376 B
Newer Older
  • Learn to ignore specific revisions
  • **/server/utils/agents/aibitat/example/**
    
    **/server/storage/documents/**
    **/server/storage/vector-cache/**
    **/server/storage/*.db
    **/server/storage/lancedb
    **/collector/hotdir/**
    **/collector/v-env/**
    **/collector/outputs/**
    
    frasergr's avatar
    frasergr committed
    **/node_modules/
    **/dist/
    **/v-env/
    **/__pycache__/
    **/.env
    
    **/bundleinspector.html
    
    !frontend/.env.production
    **/tmp/**