mirror of
https://github.com/Brodino96/webkit2gtk-automator.git
synced 2026-05-05 22:29:57 +02:00
feat(git): updated gitignore
This commit is contained in:
+16
-10
@@ -1,20 +1,26 @@
|
|||||||
# Secrets
|
# Secrets
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# Build artifacts
|
# Build state — artifacts are large binaries, last_version is runtime state
|
||||||
state/artifacts/
|
state/
|
||||||
state/build.log
|
|
||||||
state/cron.log
|
|
||||||
|
|
||||||
# AUR SSH key (if stored locally)
|
# AUR clones — managed at runtime by the container, not part of the repo
|
||||||
|
webkit2gtk/
|
||||||
|
webkit2gtk-bin/
|
||||||
|
|
||||||
|
# makepkg build leftovers (if they end up in the workspace)
|
||||||
|
*.pkg.tar.zst
|
||||||
|
*.pkg.tar.zst.sig
|
||||||
|
src/
|
||||||
|
pkg/
|
||||||
|
|
||||||
|
# AUR SSH keys if stored locally
|
||||||
*.pem
|
*.pem
|
||||||
*.key
|
*.key
|
||||||
id_rsa
|
id_rsa
|
||||||
id_ed25519
|
id_ed25519
|
||||||
|
|
||||||
# Docker
|
# Editor
|
||||||
.docker/
|
|
||||||
|
|
||||||
# Misc
|
|
||||||
*.tmp
|
|
||||||
*.swp
|
*.swp
|
||||||
|
*.tmp
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user