2020-10-27 13:59:15 +03:00
|
|
|
# OSX
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
*~
|
|
|
|
*#
|
|
|
|
.#*
|
|
|
|
\#*#
|
|
|
|
.*.sw[a-z]
|
|
|
|
*.un~
|
|
|
|
*.org
|
|
|
|
.projectile
|
|
|
|
s/*
|
|
|
|
cscope.*
|
|
|
|
|
|
|
|
# Tags
|
|
|
|
.tags
|
|
|
|
.etags
|
|
|
|
TAGS
|
|
|
|
GPATH
|
|
|
|
GRTAGS
|
|
|
|
GTAGS
|
|
|
|
|
|
|
|
# Nix
|
2020-02-29 16:23:55 +03:00
|
|
|
result
|
|
|
|
result-*
|
|
|
|
|
2020-10-27 13:59:15 +03:00
|
|
|
# Common Piers
|
2019-02-12 00:12:23 +03:00
|
|
|
/zod
|
2019-05-02 23:13:48 +03:00
|
|
|
/bus
|
2020-02-29 16:23:55 +03:00
|
|
|
/nec
|
|
|
|
/fakezod
|
|
|
|
|
2020-10-27 13:59:15 +03:00
|
|
|
# NodeJS
|
2020-02-29 16:23:55 +03:00
|
|
|
node_modules
|
2021-07-01 07:11:18 +03:00
|
|
|
.eslintcache
|
2020-02-29 16:23:55 +03:00
|
|
|
|
2020-10-27 13:59:15 +03:00
|
|
|
# Haskell
|
|
|
|
.stack-work
|
|
|
|
stack.yaml.lock
|
|
|
|
dist-newstyle
|
|
|
|
.ghc*
|
|
|
|
|
|
|
|
# Profiling
|
|
|
|
*.prof
|
|
|
|
*.aux
|
|
|
|
*.hp
|
|
|
|
*.ps
|
|
|
|
*.pdf
|
|
|
|
|
|
|
|
# Build/Release Artifacts
|
|
|
|
build/
|
2019-05-02 23:13:48 +03:00
|
|
|
cross/
|
|
|
|
release/
|
2020-10-27 13:59:15 +03:00
|
|
|
dist/
|
|
|
|
out/
|
|
|
|
work/
|
2021-06-04 12:33:18 +03:00
|
|
|
pkg/*/*.a
|
2020-10-27 13:59:15 +03:00
|
|
|
*.o
|
2021-08-19 22:55:09 +03:00
|
|
|
*.so
|
|
|
|
*.dll
|
|
|
|
*.dylib
|
2020-02-29 16:23:55 +03:00
|
|
|
|
2020-10-27 13:59:15 +03:00
|
|
|
# Landscape Dev
|
2020-02-29 16:23:55 +03:00
|
|
|
urbitrc
|
|
|
|
*-min.js
|
2019-11-20 00:56:29 +03:00
|
|
|
pkg/interface/link-webext/web-ext-artifacts
|
2020-02-29 16:23:55 +03:00
|
|
|
|
2020-10-27 13:59:15 +03:00
|
|
|
# Certificates
|
|
|
|
*.pem
|
|
|
|
*.key
|
|
|
|
*.secret
|
|
|
|
*.sec
|
|
|
|
*.asc
|
|
|
|
|
|
|
|
# Archives
|
|
|
|
*.zip
|
|
|
|
*.gz
|
|
|
|
*.tar
|
|
|
|
*.bzip2
|
|
|
|
*.xz
|
2020-02-29 16:23:55 +03:00
|
|
|
|
2020-10-27 13:59:15 +03:00
|
|
|
# Logs
|
2020-11-17 18:34:48 +03:00
|
|
|
*.log
|
2021-08-30 23:28:43 +03:00
|
|
|
|
|
|
|
.vercel
|