2017-02-03 13:52:32 +00:00
|
|
|
.*.swp
|
|
|
|
|
2017-06-28 10:28:13 +01:00
|
|
|
# Hidden files
|
|
|
|
.*
|
|
|
|
|
2021-07-20 12:14:58 +01:00
|
|
|
# Allow GitHub config
|
|
|
|
!.github
|
|
|
|
|
2017-06-28 10:28:13 +01:00
|
|
|
# Downloads
|
2017-12-19 14:09:15 +00:00
|
|
|
/.downloads
|
2017-06-28 10:28:13 +01:00
|
|
|
|
2017-02-03 13:52:32 +00:00
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Folders
|
2017-09-19 11:40:21 +01:00
|
|
|
/kafka
|
|
|
|
/bin
|
|
|
|
/pkg
|
|
|
|
/_obj
|
|
|
|
/_test
|
|
|
|
/vendor/bin
|
2019-03-04 14:47:29 +00:00
|
|
|
/docker/build
|
2021-03-30 09:53:02 +01:00
|
|
|
/logs
|
2022-01-31 13:44:52 +00:00
|
|
|
/jetstream
|
2017-02-03 13:52:32 +00:00
|
|
|
|
|
|
|
# Architecture specific extensions/prefixes
|
|
|
|
*.[568vq]
|
|
|
|
[568vq].out
|
|
|
|
|
|
|
|
*.cgo1.go
|
|
|
|
*.cgo2.c
|
|
|
|
_cgo_defun.c
|
|
|
|
_cgo_gotypes.go
|
|
|
|
_cgo_export.*
|
|
|
|
|
|
|
|
_testmain.go
|
|
|
|
|
|
|
|
*.exe
|
|
|
|
*.test
|
|
|
|
*.prof
|
2021-07-20 12:14:58 +01:00
|
|
|
*.wasm
|
2022-05-11 15:39:36 +01:00
|
|
|
*.aar
|
|
|
|
*.jar
|
|
|
|
*.framework
|
|
|
|
*.xcframework
|
2018-01-02 18:26:37 +00:00
|
|
|
|
|
|
|
# Generated keys
|
|
|
|
*.pem
|
|
|
|
*.key
|
|
|
|
*.crt
|
2019-05-21 21:56:55 +01:00
|
|
|
|
|
|
|
# Default configuration file
|
|
|
|
dendrite.yaml
|
2020-03-10 11:42:40 +00:00
|
|
|
|
|
|
|
# Database files
|
|
|
|
*.db
|
2023-01-23 17:55:12 +00:00
|
|
|
*.db-journal
|
2020-03-10 11:42:40 +00:00
|
|
|
|
|
|
|
# Log files
|
2022-03-03 11:40:53 +00:00
|
|
|
*.log*
|
2020-06-11 10:16:46 +01:00
|
|
|
|
|
|
|
# Generated code
|
|
|
|
cmd/dendrite-demo-yggdrasil/embed/fs*.go
|
2021-07-20 12:14:58 +01:00
|
|
|
|
|
|
|
# Test dependencies
|
|
|
|
test/wasm/node_modules
|
2021-11-24 12:55:13 +00:00
|
|
|
|
2022-03-03 11:40:53 +00:00
|
|
|
# Ignore complement folder when running locally
|
|
|
|
complement/
|
2021-11-24 12:55:13 +00:00
|
|
|
|
2022-05-11 15:39:36 +01:00
|
|
|
# Stuff from GitHub Pages
|
|
|
|
docs/_site
|
|
|
|
|
2022-03-03 11:40:53 +00:00
|
|
|
media_store/
|
2023-05-24 11:14:42 +01:00
|
|
|
build
|
|
|
|
|
|
|
|
# golang workspaces
|
2024-02-29 07:46:40 +00:00
|
|
|
go.work*
|
|
|
|
|
|
|
|
# helm chart
|
|
|
|
helm/dendrite/charts/
|