Skip to content
Snippets Groups Projects
.dockerignore 227 B
Newer Older
  • Learn to ignore specific revisions
  • # Local build and dev artifacts
    target
    
    Rudi Floren's avatar
    Rudi Floren committed
    tests
    
    
    # Docker files
    Dockerfile*
    
    # IDE files
    .vscode
    .idea
    *.iml
    
    # Git folder
    .git
    .gitea
    
    
    # Dot files
    .env
    .gitignore
    
    # Toml files
    rustfmt.toml
    
    # Documentation