fountainkit-toolsmith-image.git · .gitignore
fountainkit-toolsmith-image.git / .gitignore
revision e23c356a35f1af331dd55d3588c2fb3aef04b1c2 · complete file
# Build artifacts /dist/ /build/output/ /tmp/ /cache/ # Virtual disk images *.qcow2 *.qcow2.* *.img *.iso *.vmdk *.vdi # Compression archives *.gz *.xz *.zip *.tar *.tar.gz *.tgz # Logs and reports *.log *.log.* *.out *.err reports/ # Environment and tooling .env .env.* *.swp *.swo .DS_Store Thumbs.db .idea/ .vscode/ .macosx