mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-25 07:52:59 +03:00
54d476ba0f
* jb/rc: (86 commits) kh: improve code style compat: minor refactoring compat: add m1brew kh: don't error during key validation kh: improve naming and code style compat: mingw: fix dependency patch path king: add crud event to jael king: fix noun derivation compat: mingw: put downloaded dependencies under $NIX_STORE (default to pkg/build so that git ignores them) compat: mingw: add seh_handler_decorator comments, move SEH handler to compat/mingw/seh_handler.c tests, aqua: update for recent changes vere: update argon2u dependency to urbit/argon2@a4c1e3f7 compat: fix missing newlines at end of file vere: ignore more intermediate build files dawn: better multikey format vere: mingw: fix seh_handler_decorator.mk kh: support multikeyfiles kh: expose to/fromNoun template logic separately vere: mingw: get rid of libsigsegv vere: mingw: bump curl version and get rid of CURLOPT_SSL_CTX_FUNCTION typecheck warning ...
82 lines
599 B
Plaintext
82 lines
599 B
Plaintext
# OSX
|
|
.DS_Store
|
|
|
|
# Editors
|
|
*~
|
|
*#
|
|
.#*
|
|
\#*#
|
|
.*.sw[a-z]
|
|
*.un~
|
|
*.org
|
|
.projectile
|
|
s/*
|
|
cscope.*
|
|
|
|
# Tags
|
|
.tags
|
|
.etags
|
|
TAGS
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
|
|
# Nix
|
|
result
|
|
result-*
|
|
|
|
# Common Piers
|
|
/zod
|
|
/bus
|
|
/nec
|
|
/fakezod
|
|
|
|
# NodeJS
|
|
node_modules
|
|
.eslintcache
|
|
|
|
# Haskell
|
|
.stack-work
|
|
stack.yaml.lock
|
|
dist-newstyle
|
|
.ghc*
|
|
|
|
# Profiling
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
*.ps
|
|
*.pdf
|
|
|
|
# Build/Release Artifacts
|
|
build/
|
|
cross/
|
|
release/
|
|
dist/
|
|
out/
|
|
work/
|
|
pkg/*/*.a
|
|
*.o
|
|
|
|
# Landscape Dev
|
|
urbitrc
|
|
*-min.js
|
|
pkg/interface/link-webext/web-ext-artifacts
|
|
|
|
# Certificates
|
|
*.pem
|
|
*.key
|
|
*.secret
|
|
*.sec
|
|
*.asc
|
|
|
|
# Archives
|
|
*.zip
|
|
*.gz
|
|
*.tar
|
|
*.bzip2
|
|
*.xz
|
|
|
|
# Logs
|
|
*.log
|