forked from CWAD/relibre
34 lines
479 B
Plaintext
34 lines
479 B
Plaintext
/# --- OS cruft ---
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# --- Go build outputs ---
|
|
/relibre-app
|
|
*.exe
|
|
*.exe~
|
|
*.out
|
|
|
|
# --- Local run bundle ---
|
|
/dist-run/
|
|
|
|
# --- makepkg artifacts ---
|
|
/pkg/
|
|
/src/
|
|
/*.pkg.tar.*
|
|
/*.src.tar.*
|
|
|
|
# --- Flatpak / flatpak-builder ---
|
|
/.flatpak-builder/
|
|
/build-dir/
|
|
|
|
# --- Release artifacts ---
|
|
/binaries/*.tar.gz
|
|
/binaries/*.tar.xz
|
|
/binaries/*.sha256
|
|
/binaries/*.asc
|
|
|
|
# --- Node / misc (future-proof if you add tooling) ---
|
|
/node_modules/
|
|
npm-debug.log*
|
|
yarn-error.log*
|