mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 18:09:51 +00:00
28 lines
238 B
Plaintext
28 lines
238 B
Plaintext
|
|
# Vagrant
|
|
.vagrant
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# old, ad-hoc ignores
|
|
artifacts
|
|
local-artifacts
|
|
airgap-scp.sh
|
|
|
|
# test artifacts
|
|
*.tar*
|
|
|
|
# generated
|
|
dist/
|
|
./bundle/
|
|
tmp/
|
|
bin/
|
|
pkg.yaml
|