-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
24 lines (18 loc) · 603 Bytes
/
Copy path.gitignore
File metadata and controls
24 lines (18 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/target
# Share the portable project config, but keep any other .apic contents
# (e.g. future local caches) out of version control.
.apic/*
!.apic/config.toml
# Stray machine-local config from an earlier prototype (unused by the code,
# which reads .apic/config.toml). Kept on disk but not tracked.
/config.toml
# Added by cargo
#
# already existing elements were commented out
#/target
.vibe-worktrees/
.docs/
/docs
# Flathub submission lives in its own separate git repo (flathub/io.github.rizukirr.apic),
# cloned here for convenience. Not tracked by the main repo.
/packaging/flatpak/flathub/