mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
44c88cc645
Removes the herb .gitignore previously removed in 7fab8be0dc
, replacing
its contents with a cross-project ignore of Nix's 'result' symlink
artifact in the root .gitignore.
Moves some entries from the Vere .gitignore into the root file, as it
seems they can safely be assumed to be undesirable everywhere.
Also cleans up the root .gitignore, removing duplicate entries,
superfluous patterns, etc.
45 lines
385 B
Plaintext
45 lines
385 B
Plaintext
# nix symlink artifacts
|
|
#
|
|
result
|
|
result-*
|
|
|
|
# common dev piers
|
|
#
|
|
/zod
|
|
/bus
|
|
/nec
|
|
/fakezod
|
|
|
|
# package manager caches
|
|
#
|
|
.stack-work
|
|
node_modules
|
|
|
|
# build and release artifacts
|
|
#
|
|
cross/
|
|
release/
|
|
dist
|
|
/out
|
|
/work
|
|
|
|
# landscape dev
|
|
#
|
|
urbitrc
|
|
*-min.js
|
|
pkg/interface/link-webext/web-ext-artifacts
|
|
|
|
# catchall editor and OS stuff
|
|
#
|
|
.tags
|
|
.etags
|
|
tags
|
|
TAGS
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
|