urbit/.gitignore
2021-09-09 07:23:48 -07:00

85 lines
618 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
*.so
*.dll
*.dylib
# 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