mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
80 lines
576 B
Plaintext
80 lines
576 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
|
|
|
|
# Haskell
|
|
.stack-work
|
|
stack.yaml.lock
|
|
dist-newstyle
|
|
.ghc*
|
|
|
|
# Profiling
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
*.ps
|
|
*.pdf
|
|
|
|
# Build/Release Artifacts
|
|
build/
|
|
cross/
|
|
release/
|
|
dist/
|
|
out/
|
|
work/
|
|
*.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
|